diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-15 16:07:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-15 16:07:24 (GMT) |
commit | 8ef09e5ce9f191c2a7af301f1aec9254f4458a50 (patch) | |
tree | e32cff5395ceb53020ca5c59ccf214a525d7ab9f /test | |
parent | 98c8c6e45b1cc0603d9730fa235956712373701a (diff) | |
download | hdf5-8ef09e5ce9f191c2a7af301f1aec9254f4458a50.zip hdf5-8ef09e5ce9f191c2a7af301f1aec9254f4458a50.tar.gz hdf5-8ef09e5ce9f191c2a7af301f1aec9254f4458a50.tar.bz2 |
Correct name of folder
Diffstat (limited to 'test')
-rw-r--r-- | test/testlinks_env.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlinks_env.sh.in b/test/testlinks_env.sh.in index 7f2302d..3d6b3ce 100644 --- a/test/testlinks_env.sh.in +++ b/test/testlinks_env.sh.in @@ -27,7 +27,7 @@ nerrors=0 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_links" # The environment variable & value +ENVCMD="env HDF5_EXT_PREFIX=.:tmp_links_env" # The environment variable & value # # Run the test echo "$ENVCMD $RUNSERIAL $TEST_BIN" |