summaryrefslogtreecommitdiffstats
path: root/test/testvds_env.sh.in
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-04-11 20:51:21 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-04-11 20:51:21 (GMT)
commit1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c (patch)
treefab02c599fe9eabacd6eac4101ff6decb9e74b64 /test/testvds_env.sh.in
parentc3c3c1e1426e4f2b8229ad8fe5cc4416a1156da5 (diff)
downloadhdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.zip
hdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.tar.gz
hdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.tar.bz2
Some coding style changes.
Diffstat (limited to 'test/testvds_env.sh.in')
-rw-r--r--test/testvds_env.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/testvds_env.sh.in b/test/testvds_env.sh.in
index 870f2eb..894e52e 100644
--- a/test/testvds_env.sh.in
+++ b/test/testvds_env.sh.in
@@ -25,10 +25,10 @@ nerrors=0
# test for VDS with HDF5_VDS_PREFIX
echo "Testing basic virtual dataset I/O via H5Pset_vds_prefix(): all selection with ENV prefix"
-TEST_NAME=vds_env # The test name
-TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
-ENVCMD="env HDF5_VDS_PREFIX=\${ORIGIN}/tmp" # Set the environment variable & value
-UNENVCMD="unset HDF5_VDS_PREFIX" # Unset the environment variable & value
+TEST_NAME=vds_env # The test name
+TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
+ENVCMD="env HDF5_VDS_PREFIX=\${ORIGIN}/tmp" # Set the environment variable & value
+UNENVCMD="unset HDF5_VDS_PREFIX" # Unset the environment variable & value
#
# Run the test
# echo "$ENVCMD $RUNSERIAL $TEST_BIN"