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 f32a2da636 cache.c: cache ls_cache output properly
By using the standard library's printf, cache_ls does not redirect its
output to the cache when we change the process' stdout file descriptor
to point to the cache file.  Fix this by using "htmlf" in the same way
that we do for writing HTTP headers.

Signed-off-by: John Keeping <john@keeping.me.uk>
11 years ago
..
.gitignore tests/.gitignore: update for using Git's test infrastructure 11 years ago
Makefile tests/Makefile: not everyone has `.` in $PATH 16 years ago
setup.sh tests: introduce strip_header() helper function 11 years ago
t0001-validate-git-versions.sh t0001: validate Git -rcN version numbers correctly 11 years ago
t0010-validate-html.sh tests/: Do not use `sed -i` 11 years ago
t0020-validate-cache.sh cache.c: cache ls_cache output properly 11 years ago
t0101-index.sh tests: use Git's test framework 11 years ago
t0102-summary.sh tests: use Git's test framework 11 years ago
t0103-log.sh tests: use Git's test framework 11 years ago
t0104-tree.sh tests: use Git's test framework 11 years ago
t0105-commit.sh tests: use Git's test framework 11 years ago
t0106-diff.sh tests: use Git's test framework 11 years ago
t0107-snapshot.sh tests: introduce strip_header() helper function 11 years ago
t0108-patch.sh tests: use Git's test framework 11 years ago
t0109-gitconfig.sh t0109: "function" is a bash-ism 11 years ago