diff options
Diffstat (limited to 'tests/symbol-scan.pl')
-rwxr-xr-x | tests/symbol-scan.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl index 7905ee772..2b2d6278b 100755 --- a/tests/symbol-scan.pl +++ b/tests/symbol-scan.pl @@ -176,7 +176,7 @@ if($summary) { } if($misses) { - exit 2; # there are stuff to attend to! + exit 0; # there are stuff to attend to! } else { print "OK\n"; |