summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 3174db31..736ab935 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -585,7 +585,7 @@ sub InitialiseRunData
my(%runconfig);
$runconfig{"ABSTOL"} = 1e-12;
- $runconfig{"RELTOL"} = 0;
+ $runconfig{"RELTOL"} = 1e-12;
return %runconfig;
}