X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0..75bfec6448b44e26c06736253f8ab0197a6652f7:/tests/setup.sh diff --git a/tests/setup.sh b/tests/setup.sh index a573444..1d8677a 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -98,4 +98,12 @@ 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