summaryrefslogtreecommitdiffstats
path: root/test/testexternal_env.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/testexternal_env.sh.in')
-rw-r--r--test/testexternal_env.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testexternal_env.sh.in b/test/testexternal_env.sh.in
index dff3851..3cc140d 100644
--- a/test/testexternal_env.sh.in
+++ b/test/testexternal_env.sh.in
@@ -25,9 +25,9 @@ nerrors=0
# test for external file with HDF5_EXTFILE_PREFIX
echo "Testing external file with HDF5_EXTFILE_PREFIX"
-TEST_NAME=external_env # The test name
-TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
-ENVCMD="env HDF5_EXTFILE_PREFIX=\${ORIGIN}" # The environment variable & value
+TEST_NAME=external_env # The test name
+TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
+ENVCMD="env HDF5_EXTFILE_PREFIX=\${ORIGIN}" # The environment variable & value
#
# Run the test
# echo "$ENVCMD $RUNSERIAL $TEST_BIN"