]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/lei-sigpipe.t
lei q: emit progress and counting via PktOp
[public-inbox.git] / xt / lei-sigpipe.t
index 448bd7db87e3cf8bd701b1408a81fab25dfda7d5..1aa9ed079ae19ac1307899e20a07e94d7ee5b7c9 100644 (file)
@@ -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 -t), @$out, 'bytes:1..'];
+               my $cmd = [qw(lei q -q -t), @$out, 'bytes:1..'];
                my $tp = start_script($cmd, $env, $opt);
                close $w;
                sysread($r, my $buf, 1);