Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1F76D431FB6 for ; Fri, 25 May 2012 06:05:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FDDkWxmLbQ-n for ; Fri, 25 May 2012 06:05:09 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A7509431FAF for ; Fri, 25 May 2012 06:05:08 -0700 (PDT) Received: by lagu2 with SMTP id u2so691547lag.26 for ; Fri, 25 May 2012 06:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=yUpzGWEKVma/0eT5LshCJZW5rLjkAxXTCFJoj3e9If8=; b=eWPHnNaU6zjKKDMoVqBHBNTkwiqSyJ4Fdh5pFTzMCZFW2hLZV7VtcC+UFJ6c1X8JH6 VuCBgQaus50KKAHrIYENj51RLVRew27kYxQfItRfoV/w/ueB1HvDF08sRd08eFqe21RC a8flBN8rfondlQXwhJC8wfJzufGELereCBblqyTzfkc4jE3o07Fs8JhoX8Ww+KncNxqb Xjpz1Kt7j4ACg79fCKlWdR8/s7rUUeF1n+KHUCz15+4UbsDkT7uolTlpf7m2WChBC7K+ N9LeYKfQslRIEClDrwuHPl5uOIjYXlGRkrfVW/W79rScE2Uwzxwo0TDCYOjVTCUpVzAU lD1Q== Received: by 10.152.102.137 with SMTP id fo9mr3491372lab.35.1337951105488; Fri, 25 May 2012 06:05:05 -0700 (PDT) Received: from localhost (dyn-79-4.fttbee.kis.ru. [92.242.79.4]) by mx.google.com with ESMTPS id o5sm3112071lbg.5.2012.05.25.06.05.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 May 2012 06:05:02 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show Date: Fri, 25 May 2012 17:02:55 +0400 Message-Id: <1337950975-26055-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.10 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 13:05:11 -0000 "Testing" is printed by test/test-lib.sh, so having "Testing" in test description results in duplicate "Testing" in console output. --- test/emacs-hello | 2 +- test/emacs-show | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/emacs-hello b/test/emacs-hello index a998dc4..48d1420 100755 --- a/test/emacs-hello +++ b/test/emacs-hello @@ -1,6 +1,6 @@ #!/usr/bin/env bash -test_description="Testing emacs notmuch-hello view" +test_description="emacs notmuch-hello view" . test-lib.sh EXPECTED=$TEST_DIRECTORY/emacs.expected-output diff --git a/test/emacs-show b/test/emacs-show index 5700d2e..2498564 100755 --- a/test/emacs-show +++ b/test/emacs-show @@ -1,6 +1,6 @@ #!/usr/bin/env bash -test_description="Testing emacs notmuch-show view" +test_description="emacs notmuch-show view" . test-lib.sh test_begin_subtest "Hiding Original Message region at beginning of a message" -- 1.7.10