]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-up.t
pop3: reduce memory use while generating the mailbox cache
[public-inbox.git] / t / lei-up.t
index 6b34774d79da7f6158ff177308ed26078ee1d86c..fc3691562ceac95d0d478b09a5a43aaddf0d0458 100644 (file)
@@ -34,6 +34,10 @@ test_lei(sub {
        open $fh, "$ENV{HOME}/b" or xbail "open: $!";
        $uc = do { local $/; <$fh> };
        is($uc, $exp, 'uncompressed both match');
+
+       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');
 });
 
 done_testing;