]> granicus.if.org Git - cgit/commit
tests: introduce strip_header() helper function
authorJohn Keeping <john@keeping.me.uk>
Sat, 18 May 2013 17:46:38 +0000 (18:46 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 22 May 2013 10:53:06 +0000 (12:53 +0200)
commit75bfec6448b44e26c06736253f8ab0197a6652f7
treedf0fff85104702712c6d569a14f2749a8461970e
parent1e9f1ee64e5f8f75a361260a2165996bc137b961
tests: introduce strip_header() helper function

This means that we can avoid hardcoding the number of headers we expect
CGit to generate in test cases and simply remove whatever headers happen
to by there when we are checking body content.

Signed-off-by: John Keeping <john@keeping.me.uk>
tests/setup.sh
tests/t0107-snapshot.sh