]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-externals.t
search: use "z:" instead of "bytes:" prefix
[public-inbox.git] / t / lei-externals.t
index b78b5580000e5dfe7b5738cb26fe5774d47ebeed..296676409701c71e7f9542607fb039aafb7ce34f 100644 (file)
@@ -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);