Another tweak to randmath.py
diff --git a/tests/randmath.py b/tests/randmath.py
index bf626e8..6a08cf0 100755
--- a/tests/randmath.py
+++ b/tests/randmath.py
@@ -181,6 +181,8 @@
 
 	if output1 == "-0\n":
 		output1 = "0\n"
+	elif output1 == "-0":
+		output1 = "0"
 
 	args = [ bcexe, options ]