aboutsummaryrefslogtreecommitdiffstats
path: root/tests/generic/094
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic/094')
-rwxr-xr-xtests/generic/0942
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/094 b/tests/generic/094
index 005de1d86a..b686a5b40c 100755
--- a/tests/generic/094
+++ b/tests/generic/094
@@ -26,7 +26,7 @@ seqres=$RESULT_DIR/$seq
echo "QA output created by $seq"
here=`pwd`
-tmp=tmp/$$
+tmp=/tmp/$$
status=1 # failure is the default!
trap "_cleanup; exit \$status" 0 1 2 3 15