X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-externals.t;h=296676409701c71e7f9542607fb039aafb7ce34f;hb=2958cd17d58c79c952afae6cfd594595ffcaf4fa;hp=b78b5580000e5dfe7b5738cb26fe5774d47ebeed;hpb=f4b80f19d30845d43c82e49fc071077582b17a74;p=public-inbox.git diff --git a/t/lei-externals.t b/t/lei-externals.t index b78b5580..29667640 100644 --- a/t/lei-externals.t +++ b/t/lei-externals.t @@ -40,7 +40,7 @@ SKIP: { pipe(my ($r, $w)) or BAIL_OUT $!; open my $err, '+>', undef or BAIL_OUT $!; my $opt = { run_mode => 0, 1 => $w, 2 => $err }; - my $cmd = [qw(lei q -qt), @$out, 'bytes:1..']; + my $cmd = [qw(lei q -qt), @$out, 'z:1..']; my $tp = start_script($cmd, undef, $opt); close $w; sysread($r, my $buf, 1);