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