You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cgit/tests
John Keeping 392e07d28a 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>
11 years ago
..
.gitignore Create initial testsuite 17 years ago
Makefile tests/Makefile: not everyone has `.` in $PATH 16 years ago
setup.sh Merge branch 'stable' 12 years ago
t0010-validate-html.sh tests/t0010-validate-html.sh: skip tests if 'tidy' is not available 16 years ago
t0020-validate-cache.sh Redesign the caching layer 16 years ago
t0101-index.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0102-summary.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0103-log.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0104-tree.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0105-commit.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0106-diff.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0107-snapshot.sh tests: "grep -e" is not portable to all platforms 11 years ago
t0108-patch.sh tests: "grep -e" is not portable to all platforms 11 years ago