summaryrefslogtreecommitdiffstats
path: root/test/external_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/external_env.c')
-rw-r--r--test/external_env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/external_env.c b/test/external_env.c
index 1a91c2a..a7484a8 100644
--- a/test/external_env.c
+++ b/test/external_env.c
@@ -60,7 +60,7 @@ test_path_env(hid_t fapl)
FAIL_STACK_ERROR;
/* Reset the raw data files */
- if (reset_raw_data_files(TRUE) < 0)
+ if (reset_raw_data_files(true) < 0)
TEST_ERROR;
/* Create the dataset */
@@ -156,7 +156,7 @@ main(void)
FAIL_STACK_ERROR;
/* Test with old & new format groups */
- for (latest_format = FALSE; latest_format <= TRUE; latest_format++) {
+ for (latest_format = false; latest_format <= true; latest_format++) {
hid_t current_fapl_id = -1;
/* Set the fapl for different file formats */