progname: also set global program_invocation_name, when possible.
[gnulib.git] / tests / test-fcntl-h.c
index 127f497..649c44a 100644 (file)
@@ -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.  */