summaryrefslogtreecommitdiffstats
path: root/tests/killrsyslog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/killrsyslog.sh')
-rwxr-xr-xtests/killrsyslog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/killrsyslog.sh b/tests/killrsyslog.sh
index aa342c1c..aac24909 100755
--- a/tests/killrsyslog.sh
+++ b/tests/killrsyslog.sh
@@ -7,7 +7,7 @@ then
fi
if [ -e "rsyslog2.pid" ]
then
- echo rsyslog2.pid exists, trying to shut down rsyslogd process `cat rsyslog.pid`.
+ echo rsyslog2.pid exists, trying to shut down rsyslogd process `cat rsyslog2.pid`.
kill -9 `cat rsyslog2.pid`
sleep 1
fi