aboutsummaryrefslogtreecommitdiffstats
path: root/tests/generic/225
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic/225')
-rwxr-xr-xtests/generic/2252
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/225 b/tests/generic/225
index 5285e685e9..544e0befb3 100755
--- a/tests/generic/225
+++ b/tests/generic/225
@@ -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