summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-05 15:23:31 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-05 15:23:31 (GMT)
commit2ba18afd971d0ca4bf8b7a1ae95102f06dec5aaf (patch)
tree2ec5507da0592dbc4ab164894cdbe710f9cdd346 /tools
parent8656ceee0876dcde3dd907458c0569aec3d8ea2f (diff)
downloadhdf5-2ba18afd971d0ca4bf8b7a1ae95102f06dec5aaf.zip
hdf5-2ba18afd971d0ca4bf8b7a1ae95102f06dec5aaf.tar.gz
hdf5-2ba18afd971d0ca4bf8b7a1ae95102f06dec5aaf.tar.bz2
[svn-r19732] Purpose:
Fix the test script from the previous checkin r19730. expect output is under misc/testfiles/ in srcdir. 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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/testh5mkgrp.sh b/tools/misc/testh5mkgrp.sh
index c93af1b..46264c2 100644
--- a/tools/misc/testh5mkgrp.sh
+++ b/tools/misc/testh5mkgrp.sh
@@ -167,7 +167,7 @@ echo "FILEOUT=" $FILEOUT
CMPTEST()
{
FILEOUT=$OUTDIR/$1
- expect="$INDIR/`basename $1 .h5`.txt"
+ expect="$srcdir/testfiles/`basename $1 .h5`.txt"
actual="$OUTDIR/`basename $1 .h5`.out"
actual_err="$OUTDIR/`basename $1 .h5`.err"
shift