mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r23277] Change name of output file.
This commit is contained in:
parent
ba355ce887
commit
8bdc6f991e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user