diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-08-11 14:54:35 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-08-11 14:54:35 +0200 |
commit | 6649576fda082c84dedb112e85b8886fe66e5a49 (patch) | |
tree | fe49104ea1274ca804e751ceeacc32acba18a669 /t/5000-mscan.t | |
parent | 74857db19977d6ef880d5743e23d61c119cfc367 (diff) | |
download | mblaze-6649576fda082c84dedb112e85b8886fe66e5a49.tar.gz mblaze-6649576fda082c84dedb112e85b8886fe66e5a49.tar.xz mblaze-6649576fda082c84dedb112e85b8886fe66e5a49.zip |
t/5000-mscan.t: typo
Diffstat (limited to 't/5000-mscan.t')
-rw-r--r-- | t/5000-mscan.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/5000-mscan.t b/t/5000-mscan.t index 03e17d4..03af82c 100644 --- a/t/5000-mscan.t +++ b/t/5000-mscan.t @@ -28,6 +28,6 @@ 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' +check_test 'multiple mmsg' -eq 2 'mscan 1 1 | wc -l' ) |