]> granicus.if.org Git - cgit/commit
tests: allow shell to be overridden
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 11:14:13 +0000 (12:14 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 13:36:18 +0000 (15:36 +0200)
commit2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4
treece24b097d62b110cedec5ee71026d371abf0673a
parentc0b59823035efc136a82a96094d164a979d9b2e9
tests: allow shell to be overridden

On some systems (e.g. Solaris), /bin/sh is not a POSIX shell.  Git
already provides suitable overrides in its config.mak.uname file and we
provide cgit.conf to allow the user to further change this.

The code for this is taken from Git's t/Makefile, meaning that we now
invoke the tests in the same way that Git does.

Signed-off-by: John Keeping <john@keeping.me.uk>
tests/Makefile