]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0107-snapshot.sh
tests: introduce strip_header() helper function
[ps-cgit] / tests / t0107-snapshot.sh
index 053062c27504cada28d72e5d4ee517357c0f6e0a..6cf7aaa6fca5dd8d9c48fca1a4f988db31aff539 100755 (executable)
@@ -16,7 +16,7 @@ test_expect_success 'check html headers' '
 '
 
 test_expect_success 'strip off the header lines' '
-       tail -n +6 tmp > master.tar.gz
+       strip_headers <tmp >master.tar.gz
 '
 
 test_expect_success 'verify gzip format' '
@@ -51,7 +51,7 @@ test_expect_success 'check HTML headers (zip)' '
 '
 
 test_expect_success 'strip off the header lines (zip)' '
-       tail -n +6 tmp >master.zip
+       strip_headers <tmp >master.zip
 '
 
 if test -n "$(which unzip 2>/dev/null)"; then