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
Ramsay Jones e4d2f2b042 Fix tests to work on Ubuntu (dash)
The system shell (/bin/sh) on Ubuntu is dash, which aims to be a
POSIX standard shell.  In particular, dash does not implement any
of the common extensions to the standard that, say, bash and ksh
do.

Replace some non-POSIX constructs in setup.sh with more portable
and mundane code.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
16 years ago
..
.gitignore Create initial testsuite 17 years ago
Makefile tests/Makefile: not everyone has `.` in $PATH 16 years ago
setup.sh Fix tests to work on Ubuntu (dash) 16 years ago
t0010-validate-html.sh t0010-validate.sh: return on cgit errors 16 years ago
t0020-validate-cache.sh Redesign the caching layer 16 years ago
t0101-index.sh ui-shared.c: use html_url_arg() 16 years ago
t0102-summary.sh Brown paper bag: don't use `grep -v` 16 years ago
t0103-log.sh Create initial testsuite 17 years ago
t0104-tree.sh ui-shared.c: use html_url_arg() 16 years ago
t0105-commit.sh Include commit-id in link from diff-stat 16 years ago
t0106-diff.sh Create initial testsuite 17 years ago
t0107-snapshot.sh ui-snapshot.c: specify archiver_args.baselen 16 years ago
t0108-patch.sh Fix segfault in patch view for root commit 16 years ago