| Submitter | Tomi Ollila |
|---|---|
| Date | 2011-11-13 08:52:35 |
| Message ID | <yf6bosgz9nw.fsf@taco2.nixu.fi> |
| Download | mbox | patch |
| Permalink | /patch/1493/ |
| State | New |
| Headers | show
Return-Path: <notmuch-bounces@notmuchmail.org>
X-Original-To: patchwork@patchwork.madduck.net
Delivered-To: patchwork@lotus.madduck.net
Received: from seamus.madduck.net (seamus.madduck.net
[IPv6:2001:6f8:128a::1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by lotus.madduck.net (postfix) with ESMTPS id 3EA6D32147
for <patchwork@patchwork.madduck.net>;
Sun, 13 Nov 2011 09:52:47 +0100 (CET)
Received: from olra.theworths.org (u15218177.onlinehome-server.com
[74.208.220.233])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by seamus.madduck.net (postfix) with ESMTPS id 3EC7C430AC8
for <patchwork@patchwork.madduck.net>;
Sun, 13 Nov 2011 09:52:43 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
by olra.theworths.org (Postfix) with ESMTP id EA000429E31;
Sun, 13 Nov 2011 00:52:40 -0800 (PST)
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 4eaI5V9JEsNS; Sun, 13 Nov 2011 00:52:39 -0800 (PST)
Received: from olra.theworths.org (localhost [127.0.0.1])
by olra.theworths.org (Postfix) with ESMTP id 43C3A429E28;
Sun, 13 Nov 2011 00:52:39 -0800 (PST)
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 CABB5429E27
for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 00:52:37 -0800 (PST)
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 Ba-umbRDiqcI for <notmuch@notmuchmail.org>;
Sun, 13 Nov 2011 00:52:37 -0800 (PST)
Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by olra.theworths.org (Postfix) with ESMTPS id 37A42431FB6
for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 00:52:37 -0800 (PST)
Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])
by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id
pAD8qZJi022769
for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 10:52:35 +0200
From: Tomi Ollila <tomi.ollila@iki.fi>
To: <notmuch@notmuchmail.org>
Subject: [PATCH] test/atomicity: change shebang to '#!/usr/bin/env bash'
User-Agent: Notmuch/0.9+23~g556c5fa (http://notmuchmail.org) Emacs/23.3.1
(i686-pc-linux-gnu)
X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL
$[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F
!)g;OY^,BjTbr)Np:%c_o'jj,Z
Date: Sun, 13 Nov 2011 10:52:35 +0200
Message-ID: <yf6bosgz9nw.fsf@taco2.nixu.fi>
MIME-Version: 1.0
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: notmuch-bounces@notmuchmail.org
Errors-To: notmuch-bounces@notmuchmail.org
X-Virus-Scanned: clamav-milter 0.97.3 at seamus
X-Virus-Status: Clean
|
Comments
Tomi Ollila - 2011-11-13 08:52:35
Patch
diff --git a/test/atomicity b/test/atomicity index 3464238..ad7d4a3 100755 --- a/test/atomicity +++ b/test/atomicity @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='atomicity' . ./test-lib.sh