diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-10-09 15:38:49 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-10-09 15:38:49 +0200 |
commit | 4d566a6afe30a7b518aa924d763962477bf5cbfe (patch) | |
tree | 5844892027a9c649f92b8a5bdcd77af8c1b76e8d /t | |
parent | 0180f649d20eac18bf5bcb8e95cbfcea316d0b51 (diff) | |
download | mblaze-4d566a6afe30a7b518aa924d763962477bf5cbfe.tar.gz mblaze-4d566a6afe30a7b518aa924d763962477bf5cbfe.tar.xz mblaze-4d566a6afe30a7b518aa924d763962477bf5cbfe.zip |
t/7000-mseq.t: use printf for robustness
Diffstat (limited to 't')
-rw-r--r-- | t/7000-mseq.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/7000-mseq.t b/t/7000-mseq.t index 5566252..e6f14ee 100644 --- a/t/7000-mseq.t +++ b/t/7000-mseq.t @@ -31,7 +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,"' +check_same 'multiple mmsg' 'mseq 1 2' 'printf "inbox/cur/1:2,\ninbox/cur/2:2,\n"' cat <<! >seq inbox/cur/1:2, |