From f4996c3f04e3c975edb3b2171cbce78002ae628d Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Wed, 28 Dec 2011 21:34:56 -0500 Subject: [PATCH] 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. --- test/test-lib.sh | 1 - 1 file changed, 1 deletion(-) 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 # -- 2.43.0