about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-08-11 14:40:20 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-08-11 14:40:20 +0200
commit32b5837bfd8d566263bc0de99f4708993b1a02c7 (patch)
tree5d722cd3688dcd73adfefbbecae7c3d1c47d5f0d
parentb41d2efa4004997bbb757c0ae66d10347daf2d77 (diff)
downloadmblaze-32b5837bfd8d566263bc0de99f4708993b1a02c7.tar.gz
mblaze-32b5837bfd8d566263bc0de99f4708993b1a02c7.tar.xz
mblaze-32b5837bfd8d566263bc0de99f4708993b1a02c7.zip
t/5000-mscan.t: add test for b41d2ef
-rw-r--r--t/5000-mscan.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/5000-mscan.t b/t/5000-mscan.t
index 7b660ab..03e17d4 100644
--- a/t/5000-mscan.t
+++ b/t/5000-mscan.t
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 cd ${0%/*}
 . ./lib.sh
-plan 2
+plan 3
 
 rm -rf test.dir
 mkdir test.dir
@@ -21,11 +21,13 @@ body
 
 cat <<! >seq
 inbox/cur/1:2,
+inbox/cur/1:2,
 !
 
 export MAILSEQ=seq
 
 check_same 'ISO date' 'TZ=utc mscan -f "%16D" 1' 'echo "2017-03-30 13:42"'
 check_same 'from name' 'mscan -f "%f" 1' 'echo "Rajwinder Kaur"'
+check_test 'multuple mmsg' -eq 2 'mscan 1 1 | wc -l'
 
 )