summaryrefslogtreecommitdiffstats
path: root/tests/syslog_lf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syslog_lf.c')
-rw-r--r--tests/syslog_lf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/syslog_lf.c b/tests/syslog_lf.c
deleted file mode 100644
index a140244e..00000000
--- a/tests/syslog_lf.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* This tool deliberately logs a message with the a trailing LF */
-#include <stdio.h>
-#include <syslog.h>
-
-int main()
-{
- syslog(LOG_NOTICE, "test\n");
- return 0;
-}