aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-15 11:07:19 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-15 11:32:55 +0100
commitd23ddd7f5f34156f79cb3a22538d1ea55dd86610 (patch)
tree3cd694c4a68ce6504416fd0ed1004cb3d9f040d9
parent4338b175cdbc12ce7c9302174d79d0fd93645cfe (diff)
downloadembedlog-d23ddd7f5f34156f79cb3a22538d1ea55dd86610.tar.gz
embedlog-d23ddd7f5f34156f79cb3a22538d1ea55dd86610.tar.bz2
embedlog-d23ddd7f5f34156f79cb3a22538d1ea55dd86610.zip
tst/el-print.c: remove O_NONTHREAD flag
-rw-r--r--tst/test-el-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/test-el-print.c b/tst/test-el-print.c
index 49da889..7f99855 100644
--- a/tst/test-el-print.c
+++ b/tst/test-el-print.c
@@ -433,7 +433,7 @@ static void test_prepare(void)
el_option(EL_OUT, EL_OUT_CUSTOM);
memset(logbuf, 0, sizeof(logbuf));
expected_logs = rb_new(1024, sizeof(struct log_message),
- O_NONTHREAD | O_NONBLOCK);
+ O_NONBLOCK);
}