aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-18 02:01:10 +0000
committerGuy Harris <guy@alum.mit.edu>2017-06-18 02:01:17 +0000
commit1a7f9b957fc4dbd7be374531e0729f437cbbf774 (patch)
tree0518cfce95e765707ae85e92324f4b14a02467f7 /test
parentfa3aa6781797dc8d838d1a1311555a3d5c342ed1 (diff)
Revert "Temporary debugging hack, the sequel - fewer printouts, flush before crash."
This reverts commit fa3aa6781797dc8d838d1a1311555a3d5c342ed1. Change-Id: I974606b2c7963d92832b74e05681431442542202 Reviewed-on: https://code.wireshark.org/review/22200 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-clopts.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index f988aec426..3a0b7eda68 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -296,7 +296,6 @@ test_dump_glossary() {
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
- test_step_failed "Error messages on stderr"
elif [ -s ./testout.txt ]; then
test_step_output_print ./testout.txt
test_step_failed "Error messages on stderr"