X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=tests%2Fexample.c;fp=tests%2Fexample.c;h=3d165e56c89b6955d4531b28f1b4f7e12bd4106f;hp=fc5c01ecd73c4bf07a60305c4c4622b65892998a;hb=ba2283bd3780a13f26521c5c47deedfc7184ed7d;hpb=f3c734eb7d1759d67e64614a6285865e6edac0bf diff --git a/tests/example.c b/tests/example.c index fc5c01e..3d165e5 100644 --- a/tests/example.c +++ b/tests/example.c @@ -57,6 +57,7 @@ int main(int argc, char **argv unused) { putc_unlocked('\n', stdout); /* Test invalid stuff. */ + write(-3, "foo", 3); close(-42); close(-4711); /* Can't test this, results in a segfault with the "normal" fclose(). */