diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-04 22:40:51 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-04 22:40:51 (GMT) |
commit | 8656ceee0876dcde3dd907458c0569aec3d8ea2f (patch) | |
tree | 7ff3e2ba156a64ba9eccdb0f98f614a31b0cbc99 /tools | |
parent | 51bb07ba914eaff9389511f732fdf0e2f920306f (diff) | |
download | hdf5-8656ceee0876dcde3dd907458c0569aec3d8ea2f.zip hdf5-8656ceee0876dcde3dd907458c0569aec3d8ea2f.tar.gz hdf5-8656ceee0876dcde3dd907458c0569aec3d8ea2f.tar.bz2 |
[svn-r19730] Purpose:
Fix the test script from the previous checkin r19727 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)
Diffstat (limited to 'tools')
-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 |