summaryrefslogtreecommitdiffstats
path: root/test/testlinks_env.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-15 15:28:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-15 15:28:40 (GMT)
commit98c8c6e45b1cc0603d9730fa235956712373701a (patch)
tree6ad63118dd770ab2edff764a461beb93c41c288d /test/testlinks_env.sh.in
parentf5a250e77cf0455e14fc3c2bcd78d5373cf6d01e (diff)
downloadhdf5-98c8c6e45b1cc0603d9730fa235956712373701a.zip
hdf5-98c8c6e45b1cc0603d9730fa235956712373701a.tar.gz
hdf5-98c8c6e45b1cc0603d9730fa235956712373701a.tar.bz2
Mostly whitespace in testpar, addl changes for tmp dir
Diffstat (limited to 'test/testlinks_env.sh.in')
-rw-r--r--test/testlinks_env.sh.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/testlinks_env.sh.in b/test/testlinks_env.sh.in
index 94e6c7e..7f2302d 100644
--- a/test/testlinks_env.sh.in
+++ b/test/testlinks_env.sh.in
@@ -19,15 +19,15 @@ nerrors=0
##############################################################################
##############################################################################
-### T H E T E S T S ###
+### T H E T E S T S ###
##############################################################################
##############################################################################
# test for external links with HDF5_EXT_PREFIX
echo "Testing external link with HDF5_EXT_PREFIX"
-TEST_NAME=links_env # The test name
-TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
-ENVCMD="env HDF5_EXT_PREFIX=.:tmp" # The environment variable & value
+TEST_NAME=links_env # The test name
+TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
+ENVCMD="env HDF5_EXT_PREFIX=.:tmp_links" # The environment variable & value
#
# Run the test
echo "$ENVCMD $RUNSERIAL $TEST_BIN"
@@ -36,7 +36,7 @@ exitcode=$?
if [ $exitcode -eq 0 ]; then
echo "Test for HDF5_EXT_PREFIX PASSED"
else
- nerrors="`expr $nerrors + 1`"
- echo "***Error encountered for HDF5_EXT_PREFIX test***"
+ nerrors="`expr $nerrors + 1`"
+ echo "***Error encountered for HDF5_EXT_PREFIX test***"
fi
exit $nerrors