summaryrefslogtreecommitdiffstats
path: root/tests/gnu/L_delete.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnu/L_delete.sh')
-rw-r--r--tests/gnu/L_delete.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/gnu/L_delete.sh b/tests/gnu/L_delete.sh
index 8fdb12a..0559c49 100644
--- a/tests/gnu/L_delete.sh
+++ b/tests/gnu/L_delete.sh
@@ -1,9 +1,8 @@
-clean_scratch
-mkdir scratch/foo
-mkdir scratch/bar
-ln -s ../foo scratch/bar/baz
+cd "$TEST"
+mkdir foo bar
+ln -s ../foo bar/baz
# Don't try to rmdir() a symlink
-invoke_bfs -L scratch/bar -delete
+invoke_bfs -L bar -delete
-bfs_diff scratch
+bfs_diff .