aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2011-12-28 21:34:56 -0500
committerGravatar David Bremner <bremner@debian.org>2011-12-29 18:03:00 -0400
commitf4996c3f04e3c975edb3b2171cbce78002ae628d (patch)
treea10fc47f5aa031a629eaa0a46b021623714a0b5b /test
parent66ecd9063f041329d50f6ca2f9260e3b724eb868 (diff)
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.
Diffstat (limited to 'test')
-rw-r--r--test/test-lib.sh1
1 files changed, 0 insertions, 1 deletions
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
#