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 AEE116DE126E for ; Mon, 25 Sep 2017 13:39:32 -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.067 X-Spam-Level: X-Spam-Status: No, score=-0.067 tagged_above=-999 required=5 tests=[AWL=0.144, 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 lxRqRiVhFLGt for ; Mon, 25 Sep 2017 13:39:31 -0700 (PDT) Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by arlo.cworth.org (Postfix) with ESMTPS id 0AEFB6DE1204 for ; Mon, 25 Sep 2017 13:39:10 -0700 (PDT) Received: by mail-wr0-f178.google.com with SMTP id a43so9991597wrc.0 for ; Mon, 25 Sep 2017 13:39:09 -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=kjC7+YWwvlsK65NYa4fRyAX30aYBIa4PooVDZpEEDkw=; b=Qxjl+RcBRJ6fyyJhTK7yGfo9OTDOZPiPjWc6FGk4XUeV0Gdsf8RDuq0OA2+TkA8iOQ Gs40kkn9lniqCADhsr+5k/hIZeg4zXRxqB6IWhNoTK3Z9aRJ5mlzYv7e0zFc38ks6h97 3xg9PSTKjjutWY2wdD52CgIC2EUO6Lh1NGLa8JmqtOapyC/Zloy53iW9fZG51b2J33jp c9q9qbOqS+7rpXT4GvBP5+XVoDFzwBnoNZRieMcCIXQaq3PJCO8NTQaATjkhZpRNPf6Q nOf7BJAS1wXZnFvmFrkE09wtjZDCZOFTDgWGrP7mbJid3t2jxPIIehoRqAQsVoe6AUsY xzOw== 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=kjC7+YWwvlsK65NYa4fRyAX30aYBIa4PooVDZpEEDkw=; b=kqLw8NTUXFcYy70lCp/0804oLk6rNwxPj9gxpBI/7fLU5UV2yMRCR//Zp4NhsThRau pr8Zge4aY/o8ljEzqUJJwWA8VhcF+ViE2kWLFbPQmeCUnLVKBuX7rf42NNUxF8D/XAJc 9aaJw5xcPs2VHEMIjAaZdWvLksCBf0mimZkH5zw6aVgT2//g9miuPOsJ2Je12dauZLOB fqSTSf58o2pcDSRr+UH3TKDegd3X5GFTULCHnPXEOvBqeoAqPSwKe0kVk3XYCX+QmzG0 B/ewzfGdSR2fzWIzoUH+bxH7bePOr+d410rtelwud23KarrbWp3jyeDADbaja4OLDfNu +Z5Q== X-Gm-Message-State: AHPjjUgwYKl1IdjOlRqHM2sgFuyWNGtVHkUk6ZpVBqadfc6Mb/hzi0a9 R5HheCO4mXTn4DFrWIejPhC7ft1Fi4s= X-Google-Smtp-Source: AOwi7QAhsQATotOsKEZEypOE9vYJ+a72ZsoR4lGtwmvS19LvyFINh2PdluHdR0MXbFTLwDaKZlvPug== X-Received: by 10.46.68.13 with SMTP id r13mr3360464lja.27.1506371948243; Mon, 25 Sep 2017 13:39:08 -0700 (PDT) Received: from localhost (mobile-access-5d6a60-234.dhcp.inet.fi. [93.106.96.234]) by smtp.gmail.com with ESMTPSA id p75sm1138827lfg.56.2017.09.25.13.39.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 13:39:07 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 14/24] test: use source and build paths in T260-thread-order.sh Date: Mon, 25 Sep 2017 23:38:30 +0300 Message-Id: <55e1ca102292b7a33bd0997d86177bf87a612cf8.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:32 -0000 Make a distinction between source and build directories. --- test/T260-thread-order.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T260-thread-order.sh b/test/T260-thread-order.sh index 7f71ce097eb5..fea612757c41 100755 --- a/test/T260-thread-order.sh +++ b/test/T260-thread-order.sh @@ -4,7 +4,7 @@ test_description="threading when messages received out of order" # Generate all single-root four message thread structures. We'll use # this for multiple tests below. -THREADS=$($NOTMUCH_PYTHON ${TEST_DIRECTORY}/gen-threads.py 4) +THREADS=$($NOTMUCH_PYTHON ${NOTMUCH_SRCDIR}/test/gen-threads.py 4) nthreads=$(wc -l <<< "$THREADS") test_begin_subtest "Messages with one parent get linked in all delivery orders" -- 2.11.0