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 4E0F06DE0FD2 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.07 X-Spam-Level: X-Spam-Status: No, score=-0.07 tagged_above=-999 required=5 tests=[AWL=0.141, 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 QHZd2bA3EjCK for ; Mon, 25 Sep 2017 13:39:48 -0700 (PDT) Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by arlo.cworth.org (Postfix) with ESMTPS id 56C3F6DE1105 for ; Mon, 25 Sep 2017 13:39:18 -0700 (PDT) Received: by mail-wr0-f169.google.com with SMTP id m18so9968626wrm.2 for ; Mon, 25 Sep 2017 13:39:18 -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=ISX8xxXTek5jlJr5AB29HmE9kmMI+VAOhF0Al2VxrVk=; b=MoKZQW0VLWjoGndk2oi7hUwEolFPE8ccUaKFF7jM2PPCGjAsrLTXSCJrE0y4Uyl1AX bSep2YmyVOnk/lvlOB2d1KBHTsQAhE27QhdI+Kp9+JqdSr1EhlO1SBvyEvfI3ZxzWY7q 19uHVzx0Z2tH2MeVcSjOHJZZUmmWHgtccmr3V9pIUsoJgwk9zs2dYeZwk8K2/PvdYaVO vzQxFI5IHel/6PbuPropzftV4KF6kQOpurc9w9vHB275KQ9fBPanevU3Mm99hzJM4CBF AOmtvK5iZMFxLRK2Xa0mcnCYuExHiJ9OqqLfUBU9J68/wJsIZQuDiG3rZIf4l0GRcaZE ooaA== 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=ISX8xxXTek5jlJr5AB29HmE9kmMI+VAOhF0Al2VxrVk=; b=l7ur6qpOrrpv7Eve8Fa5dwWFxNQcqHYBKCFIXvBLmyovhAa92iSRlg8i/W0Y3BHxRJ jo8GVgmjeux3gFGhTd5k2DVj0p0LP4n6eUPZGLSh6WQza2JZ6CCMEvMat4m+LBn8u4tu fLGeUmSO0cGMZz2kuTVQn9n9oBSoD+zyJEU5SLyH9tx+LZKK6ykjqMYNwp3lLAqSaGo6 YYvbLMi5zwcoFMm8Z2oWIUYzQmukbdbwFzcOPBFQ4i1QXtrDETZ+uGXxoejdgjWEx6SC 3cprfjA59YvMLS0bjKts3HkTiwJGrZGqY6Z8Kj5tSQ//J7LL2cY+OB0QDqX5Wc+zTP4z /P0Q== X-Gm-Message-State: AHPjjUgk3tyL95R5ACz7c+PlWFCKXqIZnZvUXiTfbojamus6nn4UgLrp sIu9A622qCcR1qYjJ+qqrbzE1NSvVVQ= X-Google-Smtp-Source: AOwi7QBYUBj3DpBcgnnH9vPiRCoXUmvLLQH9O7cpkAXgF5FkltxC3+AqQIjjOHfTLWOCkGJi6pNSgw== X-Received: by 10.25.26.18 with SMTP id a18mr1469026lfa.200.1506371956360; Mon, 25 Sep 2017 13:39:16 -0700 (PDT) Received: from localhost (mobile-access-5d6a60-234.dhcp.inet.fi. [93.106.96.234]) by smtp.gmail.com with ESMTPSA id c18sm1588989ljd.42.2017.09.25.13.39.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 13:39:15 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 19/24] test: use source and build paths in T380-atomicity.sh Date: Mon, 25 Sep 2017 23:38:35 +0300 Message-Id: <100f21c0bf62f33ba00fa473a7be862cc1fd87d7.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/T380-atomicity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh index 17a3e478aeca..45de22284cb8 100755 --- a/test/T380-atomicity.sh +++ b/test/T380-atomicity.sh @@ -64,7 +64,7 @@ if test_require_external_prereq gdb; then # -tty /dev/null works around a conflict between the 'timeout' wrapper # and gdb's attempt to control the TTY. export MAIL_DIR - ${TEST_GDB} -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.py notmuch 1>gdb.out 2>&1 + ${TEST_GDB} -tty /dev/null -batch -x $NOTMUCH_SRCDIR/test/atomicity.py notmuch 1>gdb.out 2>&1 # Get the final, golden output notmuch search '*' > expected -- 2.11.0