diff options
author | Pjotr Prins | 2020-05-28 06:45:00 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-28 06:45:00 -0500 |
commit | e302123d531331507b96f89715846a0b6cab3ec4 (patch) | |
tree | 8f1c16cb5236658ca4069b7e9d28bbcd35f3c827 /test | |
parent | 98f1fa0bf59b0d4ba837d62d1327963727735b4c (diff) | |
download | pangemma-e302123d531331507b96f89715846a0b6cab3ec4.tar.gz |
Test change on Guix builds
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_suite.sh | 2 |
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` |