diff options
Diffstat (limited to 'tests/common/mount.sh')
-rw-r--r-- | tests/common/mount.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/common/mount.sh b/tests/common/mount.sh deleted file mode 100644 index b13b43c..0000000 --- a/tests/common/mount.sh +++ /dev/null @@ -1,11 +0,0 @@ -test "$UNAME" = "Darwin" && skip - -clean_scratch -mkdir scratch/{foo,mnt} - -bfs_sudo mount -t tmpfs tmpfs scratch/mnt || skip -trap "bfs_sudo umount scratch/mnt" EXIT - -"$XTOUCH" scratch/foo/bar scratch/mnt/baz - -bfs_diff scratch -mount |