summaryrefslogtreecommitdiffstats
path: root/tests/gnu/files0_from_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnu/files0_from_file.sh')
-rw-r--r--tests/gnu/files0_from_file.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gnu/files0_from_file.sh b/tests/gnu/files0_from_file.sh
index 089a20e..81435a0 100644
--- a/tests/gnu/files0_from_file.sh
+++ b/tests/gnu/files0_from_file.sh
@@ -1,4 +1,4 @@
-clean_scratch
+FILE="$TMP/$TEST.in"
cd weirdnames
-invoke_bfs -mindepth 1 -fprintf ../scratch/files0.in "%P\0"
-bfs_diff -files0-from ../scratch/files0.in
+invoke_bfs -mindepth 1 -fprintf "$FILE" "%P\0"
+bfs_diff -files0-from "$FILE"