about summary refs log tree commit homepage
path: root/xt/lei-sigpipe.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/lei-sigpipe.t')
-rw-r--r--xt/lei-sigpipe.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/lei-sigpipe.t b/xt/lei-sigpipe.t
index 448bd7db..1aa9ed07 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 -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);