diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-08-14 15:43:41 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-08-14 15:43:41 +0200 |
commit | 1e9f6cd06b998c67b7a33931fe975d09e8c3401f (patch) | |
tree | 6633586fe0928b8e2da1898911df10416857cc3c /t/7000-mseq.t | |
parent | 6649576fda082c84dedb112e85b8886fe66e5a49 (diff) | |
download | mblaze-1e9f6cd06b998c67b7a33931fe975d09e8c3401f.tar.gz mblaze-1e9f6cd06b998c67b7a33931fe975d09e8c3401f.tar.xz mblaze-1e9f6cd06b998c67b7a33931fe975d09e8c3401f.zip |
t/7000-mseq.t: add test for 74857db19
Diffstat (limited to 't/7000-mseq.t')
-rw-r--r-- | t/7000-mseq.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/7000-mseq.t b/t/7000-mseq.t index 4afa561..5566252 100644 --- a/t/7000-mseq.t +++ b/t/7000-mseq.t @@ -1,7 +1,7 @@ #!/bin/sh -e cd ${0%/*} . ./lib.sh -plan 10 +plan 11 rm -rf test.dir mkdir test.dir @@ -31,6 +31,7 @@ check_test 'whole thread' -eq 4 'mseq 6= | wc -l' check_test 'subthread' -eq 2 'mseq 7_ | wc -l' check 'parent' 'mseq 6^ | grep "inbox/cur/5_1:2,"' check_test 'range' -eq 3 'mseq 1:3 | wc -l' +check_same 'multiple mmsg' 'mseq 1 2' 'echo "inbox/cur/1:2,\ninbox/cur/2:2,"' cat <<! >seq inbox/cur/1:2, |