From: Gilles Darold Date: Tue, 25 Jun 2019 05:54:44 +0000 (+0200) Subject: Fix basics test. X-Git-Tag: v11.0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34937a1e978a32abaee3cc251c730a77f6bf5543;p=pgbadger Fix basics test. --- diff --git a/t/02_basics.t b/t/02_basics.t index 7a250d2..69da318 100755 --- a/t/02_basics.t +++ b/t/02_basics.t @@ -42,7 +42,7 @@ chomp($ret); ok( $? == 0 && $ret eq '13474715985134747', "Multiple output format"); $ret = `perl pgbadger -q -o - $SYSLOG`; -ok( $? == 0 && (length($ret) > 24060), "syslog report to stdout"); +ok( $? == 0 && (length($ret) >= 24060), "syslog report to stdout"); `rm -f out.html`; # Remove files generated during the tests