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 84D6C429E25 for ; Sun, 20 Nov 2011 13:15:54 -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 gq1lwiVRIP56 for ; Sun, 20 Nov 2011 13:15:53 -0800 (PST) Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B5840431FD0 for ; Sun, 20 Nov 2011 13:15:53 -0800 (PST) Received: from eve.chaoflow.net (adsl-99-170-146-107.dsl.pltn13.sbcglobal.net [99.170.146.107]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: flo@chaoflow.net) by tesla.chaoflow.net (Postfix) with ESMTPSA id 8A7D1A8F; Sun, 20 Nov 2011 22:15:51 +0100 (CET) Received: from eve.chaoflow.net (eve.chaoflow.net [127.0.0.1]) by eve.chaoflow.net (Postfix) with ESMTP id 1967E240149; Sun, 20 Nov 2011 13:15:49 -0800 (PST) From: Florian Friesdorf To: notmuch@notmuchmail.org Subject: [PATCH] fix a double // to single / Date: Sun, 20 Nov 2011 13:15:24 -0800 Message-Id: <1321823724-20260-1-git-send-email-flo@chaoflow.net> X-Mailer: git-send-email 1.7.7 X-Virus-Scanned: clamav-milter 0.97.3 at tesla X-Virus-Status: Clean 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, 20 Nov 2011 21:15:54 -0000 --- test/raw | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/raw b/test/raw index b7e265a..99d3a3b 100755 --- a/test/raw +++ b/test/raw @@ -1,4 +1,4 @@ -#!/usr//bin/env bash +#!/usr/bin/env bash test_description='notmuch show --format=raw' . ./test-lib.sh -- 1.7.7