summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lib/common.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/common.bash b/test/lib/common.bash
index 7663a9b..1a16ae0 100644
--- a/test/lib/common.bash
+++ b/test/lib/common.bash
@@ -8,7 +8,7 @@ fi
# per-test setup/teardown ############################################
common_setup() {
- tmpdir="$(mktemp -d --tmpdir "test-${BATS_TEST_NAME}.XXXXXXXXXXXX")"
+ tmpdir="$(mktemp -d --tmpdir test.XXXXXXXXXXXX)"
chmod 755 "$tmpdir"
status=0