]> granicus.if.org Git - cgit/commit
t0109: "function" is a bash-ism
authorJohn Keeping <john@keeping.me.uk>
Thu, 9 May 2013 18:40:58 +0000 (19:40 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 13 May 2013 13:16:48 +0000 (15:16 +0200)
commit7966fd9b8e32562196b52abd32f6ba1e15228b81
tree687fb76c721ec9246b85c95b4407953f9d6db1e4
parent72f8991c8a5aef2d37192429a0365dee838d12ed
t0109: "function" is a bash-ism

We try to stick to POSIX shell in the tests but a "function" keyword has
found its way into t0109.  Remove it.

This makes the tests work with dash again.

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