summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-04 22:40:51 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-04 22:40:51 (GMT)
commit8656ceee0876dcde3dd907458c0569aec3d8ea2f (patch)
tree7ff3e2ba156a64ba9eccdb0f98f614a31b0cbc99 /tools/misc
parent51bb07ba914eaff9389511f732fdf0e2f920306f (diff)
downloadhdf5-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/misc')
-rw-r--r--tools/misc/testh5mkgrp.sh6
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