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.
This commit is contained in:
Austin Clements 2011-12-28 21:34:56 -05:00 committed by David Bremner
parent 66ecd9063f
commit f4996c3f04

View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash
#
# Copyright (c) 2005 Junio C Hamano
#