summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repack.sh.in
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 20:06:08 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 20:06:08 (GMT)
commit5d1590079ea0061a7b86d7210cb796b6d58a17c7 (patch)
treec11bd918270f05b87fd9f8d55d749725b9271046 /tools/test/h5repack/h5repack.sh.in
parent96ea55b95d2d55cd3409d2caa0bbec80e51d860b (diff)
parenta5a2fb44296327787476407a249d9470b3c80427 (diff)
downloadhdf5-5d1590079ea0061a7b86d7210cb796b6d58a17c7.zip
hdf5-5d1590079ea0061a7b86d7210cb796b6d58a17c7.tar.gz
hdf5-5d1590079ea0061a7b86d7210cb796b6d58a17c7.tar.bz2
Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to develop
* commit 'a5a2fb44296327787476407a249d9470b3c80427': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector
Diffstat (limited to 'tools/test/h5repack/h5repack.sh.in')
-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