diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-04 22:27:51 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-04 22:27:51 (GMT) |
commit | 2f6c4339ec4052254226af6cd5c6b383d6f67dba (patch) | |
tree | 255dd513be010a81d48cbe54fd9f382eff39ae9b /tools/misc | |
parent | 1c45b0eeb5c9b92b9a47664f526f62041af090f5 (diff) | |
download | hdf5-2f6c4339ec4052254226af6cd5c6b383d6f67dba.zip hdf5-2f6c4339ec4052254226af6cd5c6b383d6f67dba.tar.gz hdf5-2f6c4339ec4052254226af6cd5c6b383d6f67dba.tar.bz2 |
[svn-r19729] Purpose:
Fix the test script from the previous checkin r19726 due to contiguous
build system failure.
Previous Log:
[BZ2072]Add compare output to expected test for help and version options
of mkgrp.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE)
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/testh5mkgrp.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/misc/testh5mkgrp.sh b/tools/misc/testh5mkgrp.sh index 7b8dc05..c93af1b 100644 --- a/tools/misc/testh5mkgrp.sh +++ b/tools/misc/testh5mkgrp.sh @@ -167,9 +167,9 @@ echo "FILEOUT=" $FILEOUT CMPTEST() { FILEOUT=$OUTDIR/$1 - expect="$srcdir/testfiles/`basename $1 .h5`.txt" - actual="./testfiles/`basename $1 .h5`.out" - actual_err="./testfiles/`basename $1 .h5`.err" + expect="$INDIR/`basename $1 .h5`.txt" + actual="$OUTDIR/`basename $1 .h5`.out" + actual_err="$OUTDIR/`basename $1 .h5`.err" shift # Stderr is included in stdout so that the diff can detect |