diff options
Diffstat (limited to 'tests/common/L_mount.sh')
-rw-r--r-- | tests/common/L_mount.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/common/L_mount.sh b/tests/common/L_mount.sh deleted file mode 100644 index b04acd0..0000000 --- a/tests/common/L_mount.sh +++ /dev/null @@ -1,13 +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 - -ln -s ../mnt scratch/foo/bar -"$XTOUCH" scratch/mnt/baz -ln -s ../mnt/baz scratch/foo/qux - -bfs_diff -L scratch -mount |