mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
reset test
This commit is contained in:
parent
1f6ecb8bea
commit
ac6c5c46bb
@ -17,7 +17,7 @@ tape('read', function (t) {
|
||||
t.same(fd, 42, 'fd was passed to release')
|
||||
}
|
||||
})
|
||||
const fuse = new Fuse(mnt, testFS, { debug: false })
|
||||
const fuse = new Fuse(mnt, testFS, { debug: true })
|
||||
fuse.mount(function (err) {
|
||||
t.error(err, 'no error')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user