summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 9c7c397..f7eb428 100755
--- a/tests.sh
+++ b/tests.sh
@@ -58,7 +58,7 @@ function test_0007() {
}
for i in {1..7}; do
- dir="$(mktemp -d)"
+ dir="$(mktemp -d "${TMPDIR:-/tmp}"/bfs.XXXXXXXXXX)"
test="test_$(printf '%04d' $i)"
"$test" "$dir"
status=$?