From: Austin Clements Date: Thu, 29 Dec 2011 02:34:56 +0000 (-0500) Subject: test: Remove #! line from test-lib.sh X-Git-Tag: debian/0.12_rc1-1~254 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f4996c3f04e3c975edb3b2171cbce78002ae628d test: Remove #! line from test-lib.sh It makes no sense to run test-lib.sh, so it makes no sense to give it an interpreter. This is particularly annoying for Emacs users who have executable-insert set, since the presence of the #! line will cause Emacs to mark test-lib.sh executable when saving it, which will in turn case the 'basic' test to fail. --- diff --git a/test/test-lib.sh b/test/test-lib.sh index 862095cc..82767c07 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1,4 +1,3 @@ -#!/usr/bin/env bash # # Copyright (c) 2005 Junio C Hamano #