diff options
Diffstat (limited to 'tests/common/mount.sh')
-rw-r--r-- | tests/common/mount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/mount.sh b/tests/common/mount.sh index 6e20d90..6131ad4 100644 --- a/tests/common/mount.sh +++ b/tests/common/mount.sh @@ -1,7 +1,7 @@ skip_unless test "$SUDO" skip_if test "$UNAME" = "Darwin" -rm -rf scratch/* +clean_scratch mkdir scratch/{foo,mnt} sudo mount -t tmpfs tmpfs scratch/mnt $TOUCH scratch/foo/bar scratch/mnt/baz |