summaryrefslogtreecommitdiffstats
path: root/tests/common/delete.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/delete.sh')
-rw-r--r--tests/common/delete.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/common/delete.sh b/tests/common/delete.sh
index 89cf2a2..638f307 100644
--- a/tests/common/delete.sh
+++ b/tests/common/delete.sh
@@ -1,7 +1,4 @@
-clean_scratch
-"$XTOUCH" -p scratch/foo/bar/baz
-
-# Don't try to delete '.'
-(cd scratch && invoke_bfs . -delete)
-
-bfs_diff scratch
+cd "$TEST"
+"$XTOUCH" -p foo/bar/baz
+invoke_bfs . -delete
+bfs_diff .