about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-21 09:29:43 +0000
committerEric Wong <e@80x24.org>2021-09-21 19:18:36 +0000
commit1411a6e0ca36d6eda89a2f2f4e937fec3cad2030 (patch)
tree5e86a098903d906cab43b1cc7f40e876b472269e /t
parentc1cfe2c2ff17bca3cafb9dea4d7a7697eeab9683 (diff)
downloadpublic-inbox-1411a6e0ca36d6eda89a2f2f4e937fec3cad2030.tar.gz
We could redirect, too, but just use -q since we don't care
for the output with run_mode => 0.
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');
 });