summaryrefslogtreecommitdiffstats
path: root/tests/imuxsock_ccmiddle_root.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-22 16:10:21 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-22 16:10:21 +0100
commit87bffff894a6ed82f126e6af33beaf53efb6b4c5 (patch)
treec2488d18bbc2830420902a52f250508715df1b38 /tests/imuxsock_ccmiddle_root.sh
parentb7ee1de6b0dbdc67bbb239f44719fb4a50054fb5 (diff)
downloadrsyslog-87bffff894a6ed82f126e6af33beaf53efb6b4c5.tar.gz
rsyslog-87bffff894a6ed82f126e6af33beaf53efb6b4c5.tar.xz
rsyslog-87bffff894a6ed82f126e6af33beaf53efb6b4c5.zip
added one more test for imuxsock to autmatted test suite
control character escaping is now also being tested
Diffstat (limited to 'tests/imuxsock_ccmiddle_root.sh')
-rwxr-xr-xtests/imuxsock_ccmiddle_root.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/imuxsock_ccmiddle_root.sh b/tests/imuxsock_ccmiddle_root.sh
new file mode 100755
index 00000000..07d23c21
--- /dev/null
+++ b/tests/imuxsock_ccmiddle_root.sh
@@ -0,0 +1,18 @@
+# note: we must be root and no other syslogd running in order to
+# carry out this test
+echo \[imuxsock_ccmiddle_root.sh\]: test trailing LF handling in imuxsock
+echo This test must be run as root with no other active syslogd
+source $srcdir/diag.sh init
+source $srcdir/diag.sh startup imuxsock_ccmiddle_root.conf
+# send a message with trailing LF
+$srcdir/syslog_inject -c
+# the sleep below is needed to prevent too-early termination of rsyslogd
+$srcdir/msleep 100
+source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
+source $srcdir/diag.sh wait-shutdown # we need to wait until rsyslogd is finished!
+cmp rsyslog.out.log $srcdir/resultdata/imuxsock_ccmiddle.log
+if [ ! $? -eq 0 ]; then
+echo "imuxsock_ccmiddle_root.sh failed"
+exit 1
+fi;
+source $srcdir/diag.sh exit