summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-02-14 19:13:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-02-14 19:13:30 (GMT)
commit8bdc6f991eafb571f9351a6b00e164944eb301d7 (patch)
tree05e582d4bada1678280163607e1dee7cf3ba28f1
parentba355ce8872af7f5a8fd4c9ea7e814cab2900847 (diff)
downloadhdf5-8bdc6f991eafb571f9351a6b00e164944eb301d7.zip
hdf5-8bdc6f991eafb571f9351a6b00e164944eb301d7.tar.gz
hdf5-8bdc6f991eafb571f9351a6b00e164944eb301d7.tar.bz2
[svn-r23277] Change name of output file.
-rw-r--r--tools/h5copy/testh5copy.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5copy/testh5copy.sh.in b/tools/h5copy/testh5copy.sh.in
index c7acd9a..6793b47 100644
--- a/tools/h5copy/testh5copy.sh.in
+++ b/tools/h5copy/testh5copy.sh.in
@@ -514,10 +514,10 @@ TEST_MISC()
FILEOUT="$TESTDIR/`basename h5copytst.h5 .h5`.out.h5"
# Remove any output file left over from previous test run
- rm -f $FILEOUT
+ rm -f $h5copy_misc1.out.h5
echo "Test copying object into group which doesn't exist, without -p"
- TOOLTEST_FAIL h5copy_misc1.out -v -i $TESTFILE -o $FILEOUT -s /simple -d /g1/g2/simple
+ TOOLTEST_FAIL h5copy_misc1.out -v -i $TESTFILE -o h5copy_misc1.out.h5 -s /simple -d /g1/g2/simple
echo "Test copying objects to the same file "
rm -f $FILEOUT