mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
66ecd9063f
commit
f4996c3f04
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (c) 2005 Junio C Hamano
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue