From 2f6c4339ec4052254226af6cd5c6b383d6f67dba Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 4 Nov 2010 17:27:51 -0500 Subject: [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) --- tools/misc/testh5mkgrp.sh | 6 +++--- 1 file 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 -- cgit v0.12