summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 19:29:10 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:57 (GMT)
commit8d9323aab7766c6aefd8a840ff0e0c0bfc7233a3 (patch)
tree461d8d018fd20313fe31e0c30f642da597efccc2 /tools
parent1a1343cb19c0f3d215274ac543c45f240547372b (diff)
downloadhdf5-8d9323aab7766c6aefd8a840ff0e0c0bfc7233a3.zip
hdf5-8d9323aab7766c6aefd8a840ff0e0c0bfc7233a3.tar.gz
hdf5-8d9323aab7766c6aefd8a840ff0e0c0bfc7233a3.tar.bz2
Skip testing of passthrough VOL connector in a Family File tools test
Diffstat (limited to 'tools')
-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