[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)
This commit is contained in:
Jonathan Kim 2010-11-04 17:27:51 -05:00
parent 1c45b0eeb5
commit 2f6c4339ec

View File

@ -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