]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-up.t
nntp: use substr to check for trailing CRLF
[public-inbox.git] / t / lei-up.t
index 8937cfb18e7d03dc71c693bbc4971d08d55a2c98..fc3691562ceac95d0d478b09a5a43aaddf0d0458 100644 (file)
@@ -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');
 });