summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repack.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-05 16:06:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-05 16:06:35 (GMT)
commit70495751c05c4471be3a55b0e933e4d1e73d79c5 (patch)
tree5d9c6091762cbca3177906bbfddc9cb9ad7509d8 /tools/test/h5repack/h5repack.sh.in
parent57f5d00a43421e4d2847d55560e4015f28cf162f (diff)
parent5d1590079ea0061a7b86d7210cb796b6d58a17c7 (diff)
downloadhdf5-70495751c05c4471be3a55b0e933e4d1e73d79c5.zip
hdf5-70495751c05c4471be3a55b0e933e4d1e73d79c5.tar.gz
hdf5-70495751c05c4471be3a55b0e933e4d1e73d79c5.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5d1590079ea0061a7b86d7210cb796b6d58a17c7': 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