mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test: Avoid printing "Testing Testing ..."
The test suite isn't auditioning for a roadie position, after all.
This commit is contained in:
parent
4813ee41d6
commit
49a8cb9de3
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
test_description="Testing encoding issues"
|
test_description="encoding issues"
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
test_begin_subtest "Message with text of unknown charset"
|
test_begin_subtest "Message with text of unknown charset"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
test_description="Testing messages with ridiculously-long message IDs"
|
test_description="messages with ridiculously-long message IDs"
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
test_begin_subtest "Referencing long ID before adding"
|
test_begin_subtest "Referencing long ID before adding"
|
||||||
|
|
Loading…
Reference in a new issue