commit | 7966fd9b8e32562196b52abd32f6ba1e15228b81 | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Thu May 09 19:40:58 2013 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Mon May 13 15:16:48 2013 +0200 |
tree | 687fb76c721ec9246b85c95b4407953f9d6db1e4 | |
parent | 72f8991c8a5aef2d37192429a0365dee838d12ed [diff] |
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>