summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 19:29:10 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 19:29:10 (GMT)
commita5a2fb44296327787476407a249d9470b3c80427 (patch)
treee8b16642658f11f1c49ed42397e7fed87f84e000 /tools/test
parent08e77ac6facaa0e22021d10d32cf8aefa98b7398 (diff)
downloadhdf5-a5a2fb44296327787476407a249d9470b3c80427.zip
hdf5-a5a2fb44296327787476407a249d9470b3c80427.tar.gz
hdf5-a5a2fb44296327787476407a249d9470b3c80427.tar.bz2
Skip testing of passthrough VOL connector in a Family File tools test
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/h5repack/h5repack.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in
index 6e63136..ad6fef8 100644
--- a/tools/test/h5repack/h5repack.sh.in
+++ b/tools/test/h5repack/h5repack.sh.in
@@ -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