aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t0108-patch.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-03-05tests: make whitespace consistentJohn Keeping1-1/+1
Signed-off-by: John Keeping <john@keeping.me.uk>
2013-03-05tests: "grep -e" is not portable to all platformsJohn Keeping1-5/+5
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>
2012-03-18tests: handle paths with whitespaceFerry Huberts1-1/+1
v2: incorporate remarks of Lukas Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
2010-08-29t0108-patch: add 'tests_done' to endMark Lodato1-0/+2
Signed-off-by: Mark Lodato <lodatom@gmail.com>
2008-03-17Fix segfault in patch view for root commitLars Hjemli1-0/+37
The code for patch view assumed the current commit would always have a parent, which made cgit segfault when that wasn't the case. This fixes the bug and adds a test-script for patch view which includes a test for the inital commit. Signed-off-by: Lars Hjemli <hjemli@gmail.com>