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 1DB88431FBC for ; Tue, 13 Mar 2012 09:51:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 v4pVsBhewZpJ for ; Tue, 13 Mar 2012 09:51:26 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 708FA431FAF for ; Tue, 13 Mar 2012 09:51:26 -0700 (PDT) Received: by lahc1 with SMTP id c1so689768lah.26 for ; Tue, 13 Mar 2012 09:51:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=2Uh9BgYwlgCepHHs93lirOUxPRLa1w13Ch4FHx630sY=; b=QwU0HT2ctHCLRA2DF9lVO7KXmayyiHN3/2W03SjFdv14nOWI4yPUIfiObMY6HVKCsD mo5AYfUS/xVI6j+fgTtRaWdOXkWACH25OeHfSiuj+QZJ+MTHy11w8GN7r04BXCGWMJc9 HWj2fQq/ftPHD/aYW+vXRvvpM5RKphNGbsyfsch0pfz/TgScz7N4DvKCkrS3fduRhAwG Rhfv1rJ3Q31FTZIAqjPG3i/seSFSuFntG67LPI/cmbhRRXzoJzwqz4m+XtHanKoLALE7 XT2bgwenPHKCmCMZtZsttrfEffc74993pDcHd3KNIcmT0ygHU2s4oKYMpEIVc+dJ6oPt 4Gjg== MIME-Version: 1.0 Received: by 10.152.113.136 with SMTP id iy8mr12491550lab.50.1331657484686; Tue, 13 Mar 2012 09:51:24 -0700 (PDT) Sender: awg@xvx.ca Received: by 10.112.109.234 with HTTP; Tue, 13 Mar 2012 09:51:24 -0700 (PDT) X-Originating-IP: [128.221.197.57] In-Reply-To: <20120313164901.GD2787@mit.edu> References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca> <1331525142-30539-2-git-send-email-awg+notmuch@xvx.ca> <20120313164901.GD2787@mit.edu> Date: Tue, 13 Mar 2012 10:51:24 -0600 X-Google-Sender-Auth: RYAGZ2LQJzTfyAD283xQKjFTy1k Message-ID: Subject: Re: [PATCH v7 01/10] test: Add broken test for the new JSON reply format. From: Adam Wolfe Gordon To: Austin Clements Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn3hdQS6k+6PrLpUe7z3iubU817BmLoPbQa/Wp+JyRfe6Gecj2ls2iwRlXJv+GakZQ74i3C Cc: notmuch@notmuchmail.org 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: Tue, 13 Mar 2012 16:51:27 -0000 On Tue, Mar 13, 2012 at 10:49, Austin Clements wrote: >> diff --git a/test/test-lib b/test/test-lib >> new file mode 100755 >> index 0000000..8158328 >> --- /dev/null >> +++ b/test/test-lib > > Spurious git add? =A0(IIRC, this is what test-lib.sh used to be called, > so I'd guess you have an old copy of this file laying around.) Yep, looks like it. I wonder how I missed that.