summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-12-13 12:57:26 (GMT)
committerGitHub <noreply@github.com>2021-12-13 12:57:26 (GMT)
commit05535847026024e0ff8017c7c0b4753cbdfca80e (patch)
treefc304aef23bc5190c0730c41fcbe045d9c568569 /hl
parent4f36b876530d02308d7051eea3065a631c677918 (diff)
downloadhdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.zip
hdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.tar.gz
hdf5-05535847026024e0ff8017c7c0b4753cbdfca80e.tar.bz2
Merge Fix directory variable in shell scripts #1273 (#1279)
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/testh5watch.sh.in13
1 files changed, 2 insertions, 11 deletions
diff --git a/hl/tools/h5watch/testh5watch.sh.in b/hl/tools/h5watch/testh5watch.sh.in
index 04b6ef8..0432384 100644
--- a/hl/tools/h5watch/testh5watch.sh.in
+++ b/hl/tools/h5watch/testh5watch.sh.in
@@ -13,16 +13,11 @@
#
# Tests for the h5watch tool
#
-bindir=@bindir@
-
-# If the bindir directory is not set just use current (.).
-if test -z "$bindir"; then
- bindir=.
-fi
+utils_testdir=@abs_top_builddir@/@H5_UTILS_TEST_BUILDDIR@
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
# supports SWMR.
-$bindir/swmr_check_compat_vfd
+$utils_testdir/swmr_check_compat_vfd
rc=$?
if [ $rc != 0 ] ; then
echo
@@ -72,10 +67,6 @@ fi
nerrors=0
verbose=yes
-# The build (current) directory might be different than the source directory.
-if test -z "$srcdir"; then
- srcdir=.
-fi
test -d ../testfiles || mkdir ../testfiles
# Print a line-line message left justified in a field of 70 characters