summaryrefslogtreecommitdiffstats
path: root/tests/tcp-msgreduc-vg.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-08 18:58:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-08 18:58:28 +0100
commit1a0875865300472150c411afa8335e47a1722bae (patch)
tree150dda33ce8649fa75897558010995fd85bf6cb2 /tests/tcp-msgreduc-vg.sh
parentd50f1e711ffd479d1ddbc89342e9b28b8b9abba9 (diff)
downloadrsyslog-1a0875865300472150c411afa8335e47a1722bae.tar.gz
rsyslog-1a0875865300472150c411afa8335e47a1722bae.tar.xz
rsyslog-1a0875865300472150c411afa8335e47a1722bae.zip
further improved testbench
some cosmetic issues, plus a new valgrind-based test
Diffstat (limited to 'tests/tcp-msgreduc-vg.sh')
-rwxr-xr-xtests/tcp-msgreduc-vg.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/tcp-msgreduc-vg.sh b/tests/tcp-msgreduc-vg.sh
index 82747f3b..7e388360 100755
--- a/tests/tcp-msgreduc-vg.sh
+++ b/tests/tcp-msgreduc-vg.sh
@@ -12,9 +12,5 @@ source $srcdir/diag.sh wait-startup
./msleep 1500
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown-vg
-if [ "$RSYSLOGD_EXIT" -eq "10" ]
-then
- echo "tcp-msgreduc-vg.sh FAILED"
- exit 1
-fi
+source $srcdir/diag.sh wait-shutdown-vg
source $srcdir/diag.sh exit