X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Flei-sigpipe.t;h=44020badd4e4b7e94b64e002a4955ab1971c8ed1;hb=2958cd17d58c79c952afae6cfd594595ffcaf4fa;hp=ba2d23c87e1cff3db195dee3780ca619192d4c86;hpb=f4b80f19d30845d43c82e49fc071077582b17a74;p=public-inbox.git diff --git a/xt/lei-sigpipe.t b/xt/lei-sigpipe.t index ba2d23c8..44020bad 100644 --- a/xt/lei-sigpipe.t +++ b/xt/lei-sigpipe.t @@ -15,7 +15,7 @@ my $do_test = sub { 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 -q -t), @$out, 'bytes:1..']; + my $cmd = [qw(lei q -q -t), @$out, 'z:1..']; my $tp = start_script($cmd, $env, $opt); close $w; sysread($r, my $buf, 1);