From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9A6FA6DE0289 for ; Thu, 19 Apr 2018 01:47:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.01 X-Spam-Level: X-Spam-Status: No, score=-0.01 tagged_above=-999 required=5 tests=[T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hTukhBejQdtw for ; Thu, 19 Apr 2018 01:47:08 -0700 (PDT) X-Greylist: delayed 361 seconds by postgrey-1.36 at arlo; Thu, 19 Apr 2018 01:47:08 PDT Received: from zeus.flokli.de (mail.zeus.flokli.de [88.198.15.28]) by arlo.cworth.org (Postfix) with ESMTPS id 58DBF6DE0286 for ; Thu, 19 Apr 2018 01:47:08 -0700 (PDT) Received: from localhost (unknown [213.157.14.138]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: flokli@flokli.de) by zeus.flokli.de (Postfix) with ESMTPSA id 6CBF24F0E3E; Thu, 19 Apr 2018 08:41:03 +0000 (UTC) From: Florian Klink To: notmuch@notmuchmail.org Subject: [PATCH] T460-emacs-tree: sync $EXPECTED with test name Date: Thu, 19 Apr 2018 10:41:01 +0200 Message-Id: <20180419084101.32445-1-flokli@flokli.de> X-Mailer: git-send-email 2.16.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Thu, 19 Apr 2018 08:47:09 -0000 This syncs the $EXPECTED directory name with the tests filename. Signed-off-by: Florian Klink --- test/T460-emacs-tree.sh | 2 +- .../notmuch-tree-show-window | 0 .../notmuch-tree-single-thread | 0 .../notmuch-tree-tag-inbox | 0 .../notmuch-tree-tag-inbox-tagged | 0 .../notmuch-tree-tag-inbox-thread-tagged | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-show-window (100%) rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-single-thread (100%) rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox (100%) rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox-tagged (100%) rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox-thread-tagged (100%) diff --git a/test/T460-emacs-tree.sh b/test/T460-emacs-tree.sh index 0f4e4503..cb2c90b8 100755 --- a/test/T460-emacs-tree.sh +++ b/test/T460-emacs-tree.sh @@ -3,7 +3,7 @@ test_description="emacs tree view interface" . $(dirname "$0")/test-lib.sh || exit 1 -EXPECTED=$NOTMUCH_SRCDIR/test/tree.expected-output +EXPECTED=$NOTMUCH_SRCDIR/test/emacs-tree.expected-output add_email_corpus diff --git a/test/tree.expected-output/notmuch-tree-show-window b/test/emacs-tree.expected-output/notmuch-tree-show-window similarity index 100% rename from test/tree.expected-output/notmuch-tree-show-window rename to test/emacs-tree.expected-output/notmuch-tree-show-window diff --git a/test/tree.expected-output/notmuch-tree-single-thread b/test/emacs-tree.expected-output/notmuch-tree-single-thread similarity index 100% rename from test/tree.expected-output/notmuch-tree-single-thread rename to test/emacs-tree.expected-output/notmuch-tree-single-thread diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox similarity index 100% rename from test/tree.expected-output/notmuch-tree-tag-inbox rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-tagged b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox-tagged similarity index 100% rename from test/tree.expected-output/notmuch-tree-tag-inbox-tagged rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox-tagged diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox-thread-tagged similarity index 100% rename from test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox-thread-tagged -- 2.16.3