[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)
This commit is contained in:
Jonathan Kim 2010-11-05 10:14:35 -05:00
parent 2f6c4339ec
commit 015dbb42df

View File

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