Diffstat (limited to 'tests/setup.sh')
| -rwxr-xr-x | tests/setup.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 1d8677a..a573444 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -98,12 +98,4 @@ cgit_url() CGIT_CONFIG="$PWD/cgitrc" QUERY_STRING="url=$1" cgit } -strip_headers () { - while read -r line - do - test -z "$line" && break - done - cat -} - test -z "$CGIT_TEST_NO_CREATE_REPOS" && setup_repos |