X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-up.t;h=fc3691562ceac95d0d478b09a5a43aaddf0d0458;hb=8d0091bb5bf984b924406a0a55da1c2136227438;hp=8937cfb18e7d03dc71c693bbc4971d08d55a2c98;hpb=b34a267efff7b83173b28edf43e8e24845c40a77;p=public-inbox.git diff --git a/t/lei-up.t b/t/lei-up.t index 8937cfb1..fc369156 100644 --- a/t/lei-up.t +++ b/t/lei-up.t @@ -35,7 +35,7 @@ test_lei(sub { $uc = do { local $/; <$fh> }; is($uc, $exp, 'uncompressed both match'); - lei_ok [ 'up', "$ENV{HOME}/b", "--mua=touch $ENV{HOME}/c" ], + lei_ok [ qw(up -q), "$ENV{HOME}/b", "--mua=touch $ENV{HOME}/c" ], undef, { run_mode => 0 }; ok(-f "$ENV{HOME}/c", '--mua works with single output'); });