summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-05 15:14:35 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-05 15:14:35 (GMT)
commit015dbb42dfe3fdf4a3d6dd718bd34c6a0e37c0d4 (patch)
tree51d9591985626d504f72d0d9dbda34e5d9ae154e /tools
parent2f6c4339ec4052254226af6cd5c6b383d6f67dba (diff)
downloadhdf5-015dbb42dfe3fdf4a3d6dd718bd34c6a0e37c0d4.zip
hdf5-015dbb42dfe3fdf4a3d6dd718bd34c6a0e37c0d4.tar.gz
hdf5-015dbb42dfe3fdf4a3d6dd718bd34c6a0e37c0d4.tar.bz2
[svn-r19731] Purpose:
Fix the test script from the previous checkin r19729. 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), amani (linux64-LE), heiwa (linuxppc64-BE)
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