mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
2f6c4339ec
commit
015dbb42df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user