summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-04-22 04:43:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-04-22 04:43:04 (GMT)
commitf133f83f2c078ffb979e17bbabb3a0e64bff0082 (patch)
tree59046b9d9ba895acae8cdccdab369b11b8d7dafe /bin
parent9c9395071c754d1d642be09abb3518cc08cd6b45 (diff)
downloadhdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.zip
hdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.tar.gz
hdf5-f133f83f2c078ffb979e17bbabb3a0e64bff0082.tar.bz2
[svn-r10643] Changed the TMPFILE to reside in snapshot log area.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 7138197..e4c6faa 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -647,7 +647,7 @@ DIFFLOG=${LOGDIR}/DIFF_LOG_${TODAY}
# Snap Test hosts and Configuration files
ALLHOSTSFILE=${SNAPYARD}/allhostfile
SNAPTESTCFG=${SNAPYARD}/snaptest.cfg
-TMPFILE="/tmp/#runtest.${TODAY}.$$"
+TMPFILE="${LOGDIR}/#runtest.${TODAY}.$$"
# more processing of setup option if requested
if test x-$CMD = x-setup; then