]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9502-gitweb-standalone-parse-output.sh
Merge branch 'jk/complete-commit-c' into maint
[thirdparty/git.git] / t / t9502-gitweb-standalone-parse-output.sh
index 3a8e7d3f5aa1dc6a4d13467babd96a293ee1bb6e..86dfee2e4f93750aa72c0b24df57c77faa091aa7 100755 (executable)
@@ -40,7 +40,7 @@ check_snapshot () {
        echo "basename=$basename"
        grep "filename=.*$basename.tar" gitweb.headers >/dev/null 2>&1 &&
        "$TAR" tf gitweb.body >file_list &&
-       ! grep -v "^$prefix/" file_list
+       ! grep -v -e "^$prefix$" -e "^$prefix/" -e "^pax_global_header$" file_list
 }
 
 test_expect_success setup '