summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-03-23 16:17:08 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-03-23 16:17:08 (GMT)
commit89570ab68e16ac1b659854c25d007eb328c8b2b0 (patch)
tree3a756f14cf1305b592fbe3b4f3bec4875886059a /test
parentcace7d45ca5749be1f534b84c85fec8fdb384f67 (diff)
downloadhdf5-89570ab68e16ac1b659854c25d007eb328c8b2b0.zip
hdf5-89570ab68e16ac1b659854c25d007eb328c8b2b0.tar.gz
hdf5-89570ab68e16ac1b659854c25d007eb328c8b2b0.tar.bz2
Fixed a few typos.
Diffstat (limited to 'test')
-rw-r--r--test/testvfdswmr.sh.in4
-rw-r--r--test/vfd_swmr_group_writer.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index edfdb27..644789c 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -59,12 +59,12 @@ if [[ "$HDF5TestExpress" -eq 0 ]] ; then # Setting for exhaustive run
BIGSET_n=50
BIGSET_few_s=40
BIGSET_many_s=1000
- GROUP_n = 400
+ GROUP_n=400
elif [[ "$HDF5TestExpress" -gt 1 ]]; then # Setting for quick run
BIGSET_n=10
BIGSET_few_s=10
BIGSET_many_s=100
- GROUP_n = 40
+ GROUP_n=40
fi
###############################################################################
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 4e323ef..cc705ab 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -611,7 +611,7 @@ error:
if (fd_writer_to_reader >= 0)
HDclose(fd_writer_to_reader);
- if (fd_writer_to_reader >= 0)
+ if (fd_reader_to_writer >= 0)
HDclose(fd_reader_to_writer);
if(!writer) {