aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPjotr Prins2020-05-28 06:45:00 -0500
committerPjotr Prins2020-05-28 06:45:00 -0500
commite302123d531331507b96f89715846a0b6cab3ec4 (patch)
tree8f1c16cb5236658ca4069b7e9d28bbcd35f3c827 /test
parent98f1fa0bf59b0d4ba837d62d1327963727735b4c (diff)
downloadpangemma-e302123d531331507b96f89715846a0b6cab3ec4.tar.gz
Test change on Guix builds
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_suite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_suite.sh b/test/test_suite.sh
index cea8a22..a598cd2 100755
--- a/test/test_suite.sh
+++ b/test/test_suite.sh
@@ -178,7 +178,7 @@ testPlinkLinearMixedModelCovariates() {
assertEquals 0 $?
outfn=output/$testname.assoc.txt
assertEquals "223243" `wc -l < $outfn`
- assertEquals "89757159113.77" `perl -nle 'foreach $x (split(/\s+/,$_)) { $sum += sprintf("%.2f",(substr($x,,0,6))) } END { printf "%.2f",$sum }' $outfn`
+ assertEquals "89757159113.94" `perl -nle 'foreach $x (split(/\s+/,$_)) { $sum += sprintf("%.2f",(substr($x,,0,6))) } END { printf "%.2f",$sum }' $outfn`
}
shunit2=`which shunit2`