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