]> git.cworth.org Git - notmuch/commitdiff
test: Remove #! line from test-lib.sh
authorAustin Clements <amdragon@MIT.EDU>
Thu, 29 Dec 2011 02:34:56 +0000 (21:34 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 29 Dec 2011 22:03:00 +0000 (18:03 -0400)
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.


No differences found