diff options
author | 2009-04-05 05:24:05 -0400 | |
---|---|---|
committer | 2009-04-05 05:24:44 -0400 | |
commit | d58b7b2689256fb5680f688fb897043e56cfa6a7 (patch) | |
tree | e1c348bc1e69d4e07a617ce5065ae03898ddce38 /tests/test-skel-0.c | |
parent | tests: use POSIX expr (diff) | |
download | sandbox-d58b7b2689256fb5680f688fb897043e56cfa6a7.tar.gz sandbox-d58b7b2689256fb5680f688fb897043e56cfa6a7.tar.bz2 sandbox-d58b7b2689256fb5680f688fb897043e56cfa6a7.zip |
tests: drop O_DIRECTORY
It isn't portable and we don't actually use it, so drop it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/test-skel-0.c')
-rw-r--r-- | tests/test-skel-0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-skel-0.c b/tests/test-skel-0.c index 29433ad..150893f 100644 --- a/tests/test-skel-0.c +++ b/tests/test-skel-0.c @@ -40,7 +40,6 @@ int f_get_flags(const char *str_flags) } const flags[] = { PAIR(O_APPEND) PAIR(O_CREAT) - PAIR(O_DIRECTORY) PAIR(O_EXCL) PAIR(O_NOCTTY) PAIR(O_NOFOLLOW) |