summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/data/test11196
-rwxr-xr-xtests/symbol-scan.pl3
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/test1119 b/tests/data/test1119
index 017f598f3..5fb3c944a 100644
--- a/tests/data/test1119
+++ b/tests/data/test1119
@@ -22,4 +22,10 @@ Verify that symbols-in-versions and headers are in sync
</command>
</client>
+<verify>
+<stdout>
+OK
+</stdout>
+</verify>
+
</testcase>
diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl
index e8f594ee6..7905ee772 100755
--- a/tests/symbol-scan.pl
+++ b/tests/symbol-scan.pl
@@ -178,3 +178,6 @@ if($summary) {
if($misses) {
exit 2; # there are stuff to attend to!
}
+else {
+ print "OK\n";
+}