compat.sh cosmetics
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 83c4d2a..28ed048 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -471,6 +471,6 @@
     echo -n "FAILED"
 fi
 PASSES=`echo $TESTS - $FAILS | bc`
-echo " ($PASSES / $TESTS)"
+echo " ($PASSES / $TESTS tests)"
 
 exit $FAILS