From a581707b8a6c228efbcf29578df39f477c6fbc35 Mon Sep 17 00:00:00 2001 From: Ryan Wick Date: Tue, 15 Sep 2015 10:09:50 +1000 Subject: [PATCH] Fix command line tests to expect scientific notation --- tests/bandage_command_line_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bandage_command_line_tests.sh b/tests/bandage_command_line_tests.sh index d8b2447d..ecf63fee 100755 --- a/tests/bandage_command_line_tests.sh +++ b/tests/bandage_command_line_tests.sh @@ -195,7 +195,7 @@ test_all "$bandagepath --minpatcov" 1 "" "Bandage error: --minpatcov must be fol test_all "$bandagepath --minhitcov" 1 "" "Bandage error: --minhitcov must be followed by a number" test_all "$bandagepath --minmeanid" 1 "" "Bandage error: --minmeanid must be followed by a number" test_all "$bandagepath --maxlendis" 1 "" "Bandage error: --maxlendis must be followed by a number" -test_all "$bandagepath --maxevprod" 1 "" "Bandage error: --maxevprod must be followed by an integer" +test_all "$bandagepath --maxevprod" 1 "" "Bandage error: --maxevprod must be followed by a number in scientific notation"