about summary refs log tree commit homepage
path: root/t/lei-import-imap.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-27 11:07:49 +0000
committerEric Wong <e@80x24.org>2021-04-27 21:28:55 -0400
commitc7ec7eb31e5c770636275b850bcdc8b9ae0f59dd (patch)
tree7405d49b17ed3e2a02bbb394e4d85ff4ce74965d /t/lei-import-imap.t
parentfb7702f0888e9bdad98f33c09c4048625322a688 (diff)
downloadpublic-inbox-c7ec7eb31e5c770636275b850bcdc8b9ae0f59dd.tar.gz
This will be useful, later.
Diffstat (limited to 't/lei-import-imap.t')
-rw-r--r--t/lei-import-imap.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lei-import-imap.t b/t/lei-import-imap.t
index 4a3bd6d8..376a8b48 100644
--- a/t/lei-import-imap.t
+++ b/t/lei-import-imap.t
@@ -22,6 +22,8 @@ test_lei({ tmpdir => $tmpdir }, sub {
         is_deeply(json_utf8->decode($lei_out), {}, 'no inspect stats, yet');
 
         lei_ok('import', $url);
+        lei_ok 'ls-sync';
+        like($lei_out, qr!\A\Q$url\E;UIDVALIDITY=\d+\n\z!, 'ls-sync');
 
         lei_ok('inspect', $url);
         my $inspect = json_utf8->decode($lei_out);