From 931f8eec874cd648c5c08df84587beb040127d35 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 25 Nov 2012 22:13:14 +2000 Subject: [PATCH] Re: [PATCH 1/1] test: always source test-lib.sh as ./test-lib.sh --- e3/627c7bad0ddd493525ddc5c08b4f5393df30f2 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 e3/627c7bad0ddd493525ddc5c08b4f5393df30f2 diff --git a/e3/627c7bad0ddd493525ddc5c08b4f5393df30f2 b/e3/627c7bad0ddd493525ddc5c08b4f5393df30f2 new file mode 100644 index 000000000..51507640b --- /dev/null +++ b/e3/627c7bad0ddd493525ddc5c08b4f5393df30f2 @@ -0,0 +1,66 @@ +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 550F4431FAF + for ; Sat, 24 Nov 2012 18:13:22 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 K6NYB2Tid813 for ; + Sat, 24 Nov 2012 18:13:21 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DA796431FAE + for ; Sat, 24 Nov 2012 18:13:21 -0800 (PST) +Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.89.108] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) + (envelope-from ) + id 1TcRih-0006lu-Or; Sat, 24 Nov 2012 22:13:20 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1TcRic-0003FH-7c; Sat, 24 Nov 2012 22:13:14 -0400 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/1] test: always source test-lib.sh as ./test-lib.sh +In-Reply-To: <1353510974-7084-1-git-send-email-tomi.ollila@iki.fi> +References: <1353510974-7084-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.14+75~g984212d (http://notmuchmail.org) Emacs/24.1.1 + (x86_64-pc-linux-gnu) +Date: Sat, 24 Nov 2012 22:13:14 -0400 +Message-ID: <87d2z2whtx.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +Cc: tomi.ollila@iki.fi, Tomi Ollila +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: Sun, 25 Nov 2012 02:13:22 -0000 + +Tomi Ollila writes: + +> +> Changed the 9 files to execute '. ./test-lib.sh'. The test-lib.sh +> should never be loaded from directory in PATH. + +Pushed. + +d -- 2.26.2