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 B25CD6DE0B14 for ; Mon, 25 Sep 2017 13:39:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.071 X-Spam-Level: X-Spam-Status: No, score=-0.071 tagged_above=-999 required=5 tests=[AWL=0.140, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211] 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 zMqlcFqJyJYp for ; Mon, 25 Sep 2017 13:39:49 -0700 (PDT) Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by arlo.cworth.org (Postfix) with ESMTPS id A0EBB6DE1300 for ; Mon, 25 Sep 2017 13:39:19 -0700 (PDT) Received: by mail-wr0-f196.google.com with SMTP id b9so601509wra.0 for ; Mon, 25 Sep 2017 13:39:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=MLUUrqw8NoT34KKpCBCh9gTkHRQQIHGevmRdAgOo1a0=; b=KnCpU3n7tD4YYRI27pOBrMd52RY5lM+Dn3HFohPLAfy778wMeTHW/Jl7AbVlyJPJ1D H5YI0Yivs20Ng5/EztpgQOXSPMSfJk0EmOuIJEiWeHjLJ5veMFdNW9yCbGFs87Mov90q 9hl0EMjrzJldM2WYE6emmwQ6SCHE393yCxb9iINROI/8Nmcp823MEFt7hLPhL4pF6xbu B3GATSDyFxf7FKNyE/OhtNQqmeOuEGdEwvVN+AmyPAR2wX7AqxqEg71s7ulxmbwA1m7R 3X6M968fe6g5TcCOahhjSyga3ktLiUEtceeS/pQ8xm9z6rWjSXHrFH1LhM5uJNjybs86 ZxQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=MLUUrqw8NoT34KKpCBCh9gTkHRQQIHGevmRdAgOo1a0=; b=l5VG8mzLI5/fEzw235JXWRrm5voYtr9gk8D7r8tmGi8Bz4fpoFl4v619uzBuBKaLlj Q1VfSquOshlq6K6b3T4vHDAXZ1eO65U4ejrYzDE7QwrGvI5Y37KLsg367xLL4GO4Ba4U Ryw3/Ie2rnCdogTCbmw8S+9ZoXMViA8VTGJRoL/VPm8AkqkhuDdAQoczJZw0W3fipmmW LDzSGvomP+iTfsAWuyiKEDk0mPTJqBWsA84SCM4C2J1uOdocn44yHB0yRWsvRm4oPf3e 9T1tX972MIvtiNpIb+5Bb99lYBcGV7eqvfQpimOrPYN3TyB/Xjia1KzVMPNDRJhii3/1 mroA== X-Gm-Message-State: AHPjjUivJB0uar5qN6AqHYJddcTImQGF4tfhnaLTzpeEWHHgSX8JQiiS iey7Z8bRWo3e5CRhMuw4e3aJnyRpSBI= X-Google-Smtp-Source: AOwi7QAm3hWZlvb+U257520uwopNkejM8BNVm40NwD12Fl5vxfc1oRIZVOLZd7W/F+rZ8RXox6LHQQ== X-Received: by 10.46.87.88 with SMTP id r24mr2911313ljd.121.1506371958040; Mon, 25 Sep 2017 13:39:18 -0700 (PDT) Received: from localhost (mobile-access-5d6a60-234.dhcp.inet.fi. [93.106.96.234]) by smtp.gmail.com with ESMTPSA id d82sm1129102lfl.32.2017.09.25.13.39.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 13:39:17 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 20/24] test: use source and build paths in T4?0-emacs-*.sh Date: Mon, 25 Sep 2017 23:38:36 +0300 Message-Id: <4758aaa7ec07ac8ccaf81e4ccb8aa5ce801cd1fd.1506370901.git.jani@nikula.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Mon, 25 Sep 2017 20:39:49 -0000 Make a distinction between source and build directories. --- test/T440-emacs-hello.sh | 2 +- test/T450-emacs-show.sh | 2 +- test/T460-emacs-tree.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/T440-emacs-hello.sh b/test/T440-emacs-hello.sh index 76e795937c6c..d23c1fca9876 100755 --- a/test/T440-emacs-hello.sh +++ b/test/T440-emacs-hello.sh @@ -3,7 +3,7 @@ test_description="emacs notmuch-hello view" . $(dirname "$0")/test-lib.sh || exit 1 -EXPECTED=$TEST_DIRECTORY/emacs.expected-output +EXPECTED=$NOTMUCH_SRCDIR/test/emacs.expected-output add_email_corpus diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh index 95babb1f0812..d6aa5b4158b8 100755 --- a/test/T450-emacs-show.sh +++ b/test/T450-emacs-show.sh @@ -3,7 +3,7 @@ test_description="emacs notmuch-show view" . $(dirname "$0")/test-lib.sh || exit 1 -EXPECTED=$TEST_DIRECTORY/emacs-show.expected-output +EXPECTED=$NOTMUCH_SRCDIR/test/emacs-show.expected-output add_email_corpus diff --git a/test/T460-emacs-tree.sh b/test/T460-emacs-tree.sh index dc5978419be7..0f4e4503fd6e 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=$TEST_DIRECTORY/tree.expected-output +EXPECTED=$NOTMUCH_SRCDIR/test/tree.expected-output add_email_corpus -- 2.11.0