summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-24 20:26:40 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-24 20:26:40 (GMT)
commite7b2095809f1711b0b08a9cbb46cbd058d3d3297 (patch)
tree0700f0d2f6103f09b5b00123932d0e646463b057 /test/vfd_swmr.c
parent85f5bfb3b7e1e65db39067d5ff7d4fb3462d484c (diff)
downloadhdf5-e7b2095809f1711b0b08a9cbb46cbd058d3d3297.zip
hdf5-e7b2095809f1711b0b08a9cbb46cbd058d3d3297.tar.gz
hdf5-e7b2095809f1711b0b08a9cbb46cbd058d3d3297.tar.bz2
The forced-fail index comes only from the environment, never from
time(3).
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 7ad1a73..4aa5390 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -2695,7 +2695,7 @@ test_shadow_index_lookup(void)
break;
}
- /* get forced-fail index from environment or else from time(3) */
+ /* get forced-fail index from environment */
switch (fetch_env_ulong(failvar, UINT_MAX, &tmpl)) {
case -1:
nerrors = 1;