Skip testing of passthrough VOL connector in a Family File tools test

This commit is contained in:
Jordan Henderson 2020-04-03 14:29:10 -05:00
parent 08e77ac6fa
commit a5a2fb4429

View File

@ -745,7 +745,7 @@ TOOLTEST1()
TESTING $H5REPACK $@
(
cd $TESTDIR
$RUNSERIAL $H5REPACK_BIN "$@" $infile $outfile
$ENVCMD $RUNSERIAL $H5REPACK_BIN "$@" $infile $outfile
)
RET=$?
if [ $RET != 0 ] ; then