summaryrefslogtreecommitdiff
path: root/tests/test-fcntl-h.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fcntl-h.c')
-rw-r--r--tests/test-fcntl-h.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-fcntl-h.c b/tests/test-fcntl-h.c
index 127f49767d..649c44ad4b 100644
--- a/tests/test-fcntl-h.c
+++ b/tests/test-fcntl-h.c
@@ -22,7 +22,7 @@
/* Check that the various O_* macros are defined. */
int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK
- | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC
+ | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC | O_TTY_INIT
| O_BINARY | O_TEXT;
/* Check that the various SEEK_* macros are defined. */