aboutsummaryrefslogtreecommitdiff
path: root/tests/t0107-snapshot.sh
AgeCommit message (Collapse)Author
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2Gravatar Lars Hjemli
The updated mime-types seems to work better than the old ones with both safari and firefox. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-10-05ui-snapshot.c: specify archiver_args.baselenGravatar Lars Hjemli
The struct member was introduces in git commit d53fe8187c38, but the cgit testsuite failed to detect that cgit always generated archives without prefixes, i.e. the result from cgit_repobasename was ignored. This fixes the bug and the testsuite. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-11-11Create initial testsuiteGravatar Lars Hjemli
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com>