From 49a8cb9de33d17f2ceb091b37c0e00c5a2ba17f5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 20 Sep 2010 14:39:06 -0700 Subject: [PATCH] test: Avoid printing "Testing Testing ..." The test suite isn't auditioning for a roadie position, after all. --- test/encoding | 2 +- test/long-id | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/encoding b/test/encoding index 73ca62ad..6a7196be 100755 --- a/test/encoding +++ b/test/encoding @@ -1,5 +1,5 @@ #!/bin/bash -test_description="Testing encoding issues" +test_description="encoding issues" . ./test-lib.sh test_begin_subtest "Message with text of unknown charset" diff --git a/test/long-id b/test/long-id index 1f55d716..202a0321 100755 --- a/test/long-id +++ b/test/long-id @@ -1,5 +1,5 @@ #!/bin/bash -test_description="Testing messages with ridiculously-long message IDs" +test_description="messages with ridiculously-long message IDs" . ./test-lib.sh test_begin_subtest "Referencing long ID before adding" -- 2.43.0