summaryrefslogtreecommitdiffstats
path: root/test/flushrefresh.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flushrefresh.c')
-rw-r--r--test/flushrefresh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/flushrefresh.c b/test/flushrefresh.c
index 745b6ef..f42f65c 100644
--- a/test/flushrefresh.c
+++ b/test/flushrefresh.c
@@ -1199,7 +1199,7 @@ refresh_verification(const char *obj_pathname)
H5O_native_info_t refreshed_ninfo;
int tries = 800, sleep_tries = 400;
int token_cmp;
- hbool_t ok = FALSE;
+ bool ok = false;
HDremove(SIGNAL_BETWEEN_PROCESSES_2);
@@ -1304,7 +1304,7 @@ refresh_verification(const char *obj_pathname)
(flushed_ninfo.hdr.nmesgs != refreshed_ninfo.hdr.nmesgs) &&
(flushed_ninfo.hdr.nchunks != refreshed_ninfo.hdr.nchunks) &&
(flushed_ninfo.hdr.space.total != refreshed_ninfo.hdr.space.total)) {
- ok = TRUE;
+ ok = true;
break;
}