]> rtime.felk.cvut.cz Git - notmuch.git/commit
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)
commitf4996c3f04e3c975edb3b2171cbce78002ae628d
treea10fc47f5aa031a629eaa0a46b021623714a0b5b
parent66ecd9063f041329d50f6ca2f9260e3b724eb868
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