diff options
author | Pjotr Prins | 2020-05-28 07:26:06 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-28 07:26:06 -0500 |
commit | 9c5dfbc0e27b9f5c576c1f81a43e7932bb074160 (patch) | |
tree | d9a8ab31eedb64bfd560c2e4649aa06afb299ee0 /test/test_suite.sh | |
parent | 85b688357a83cce5e884eb439dd541772368c5b4 (diff) | |
parent | e302123d531331507b96f89715846a0b6cab3ec4 (diff) | |
download | pangemma-9c5dfbc0e27b9f5c576c1f81a43e7932bb074160.tar.gz |
Travis conflict
Diffstat (limited to 'test/test_suite.sh')
-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` |