diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-02-14 20:32:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-02-14 20:32:15 (GMT) |
commit | 4149edf1182d39e0b578a39b5f19c815aea562bc (patch) | |
tree | 078d4cbfe36824e0c9bdd22761c6be15b2db80dc | |
parent | 325c3b869fc2686356d993d071bfa73069f6ea79 (diff) | |
download | hdf5-4149edf1182d39e0b578a39b5f19c815aea562bc.zip hdf5-4149edf1182d39e0b578a39b5f19c815aea562bc.tar.gz hdf5-4149edf1182d39e0b578a39b5f19c815aea562bc.tar.bz2 |
[svn-r23282] Add folder to outfile name
-rw-r--r-- | tools/h5copy/testh5copy.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/testh5copy.sh.in b/tools/h5copy/testh5copy.sh.in index 6793b47..cd5f677 100644 --- a/tools/h5copy/testh5copy.sh.in +++ b/tools/h5copy/testh5copy.sh.in @@ -517,7 +517,7 @@ TEST_MISC() 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 h5copy_misc1.out.h5 -s /simple -d /g1/g2/simple + TOOLTEST_FAIL h5copy_misc1.out -v -i $TESTFILE -o $TESTDIR/h5copy_misc1.out.h5 -s /simple -d /g1/g2/simple echo "Test copying objects to the same file " rm -f $FILEOUT |