commit | 1fe84c418e998eadc82f248c0908e8aef88e9974 | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Sat Oct 13 20:00:28 2018 -0600 |
committer | Gavin Howard <yzena.tech@gmail.com> | Sat Oct 13 20:00:28 2018 -0600 |
tree | 1b73c618c16518089fbedf4e37e0decc6d7489fc | |
parent | 15f2cf2555b6f67a984897913990ef2e5d563ca2 [diff] [blame] |
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 ]