summaryrefslogtreecommitdiff
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-clopts.sh')
-rwxr-xr-xtest/suite-clopts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 3a0b7eda68..f988aec426 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -296,6 +296,7 @@ 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"