summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1110917.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1110917.t')
-rw-r--r--tests/bugs/bug-1110917.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1110917.t b/tests/bugs/bug-1110917.t
index 927b2342192..4b67293a2c0 100644
--- a/tests/bugs/bug-1110917.t
+++ b/tests/bugs/bug-1110917.t
@@ -17,7 +17,7 @@ TEST $CLI volume set $V0 changelog on
TEST $CLI volume set $V0 changelog.fsync-interval 1
# perform I/O on the background
-f=$(basename `mktemp`)
+f=$(basename `mktemp -t ${0##*/}.XXXXXX`)
dd if=/dev/urandom of=$M0/$f count=100000 bs=4k &
# this is the best we can do without inducing _error points_ in the code