]> gitweb.ps.run Git - ps-cgit/commit
tests: "grep -e" is not portable to all platforms
authorJohn Keeping <john@keeping.me.uk>
Mon, 4 Mar 2013 21:58:49 +0000 (21:58 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 5 Mar 2013 00:38:44 +0000 (19:38 -0500)
commit392e07d28a23aec9942b9ed0d122e35d2d268fb9
tree352b722bec1a02b47aa86f9285043982cfe70fbc
parent78a24e5c55ac57efab90cf1e65b9af226b388a39
tests: "grep -e" is not portable to all platforms

The "-e" option to grep is not needed unless specifying more than one
pattern, which we don't do.  Remove it to avoid restricting the tests on
platforms that do not have a grep that recognises "-e".

Signed-off-by: John Keeping <john@keeping.me.uk>
tests/t0101-index.sh
tests/t0102-summary.sh
tests/t0103-log.sh
tests/t0104-tree.sh
tests/t0105-commit.sh
tests/t0106-diff.sh
tests/t0107-snapshot.sh
tests/t0108-patch.sh