summaryrefslogtreecommitdiffstats
path: root/tests/bsd/rm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsd/rm.sh')
-rw-r--r--tests/bsd/rm.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/bsd/rm.sh b/tests/bsd/rm.sh
index 9ee2b0a..595d514 100644
--- a/tests/bsd/rm.sh
+++ b/tests/bsd/rm.sh
@@ -1,6 +1,4 @@
-clean_scratch
-"$XTOUCH" -p scratch/foo/bar/baz
-
-(cd scratch && invoke_bfs . -rm)
-
-bfs_diff scratch
+cd "$TEST"
+"$XTOUCH" -p foo/bar/baz
+invoke_bfs . -rm
+bfs_diff .