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 + + +OK + + + 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"; +}