Improve terminology: the testsuite "passed", not "succeeded".
[bigint/bigint.git] / run-testsuite
index 116d2c9..e0ff8d3 100755 (executable)
@@ -29,5 +29,5 @@ if [ $bad ]; then
        echo >&2 'Test suite failed!'
        exit 1
 else
-       echo 'Test suite succeeded.'
+       echo 'Test suite passed.'
 fi