summaryrefslogtreecommitdiffstats
path: root/tests/parsertest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parsertest.sh')
-rwxr-xr-xtests/parsertest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/parsertest.sh b/tests/parsertest.sh
index afdb9469..8e04b95e 100755
--- a/tests/parsertest.sh
+++ b/tests/parsertest.sh
@@ -1,13 +1,13 @@
echo test parsertest via udp
$srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason
-./nettester -tparse1 -iudp
+echo test parsertest via tcp
+./nettester -tparse1 -itcp
if [ "$?" -ne "0" ]; then
exit 1
fi
-echo test parsertest via tcp
-./nettester -tparse1 -itcp
+./nettester -tparse1 -iudp
if [ "$?" -ne "0" ]; then
exit 1
fi