test-subrepo-git: ignore pax_global_header when listing archive

d6f3cca7f3a5 is adding a new tar call but forgot to filter out the
pax_global_header file that some tar versions write. This is similar to what
happened in 686775e575f3.
This commit is contained in:
Pierre-Yves David 2015-05-07 16:43:58 -07:00
parent 6a8561c0f3
commit f490dd76e1

View File

@ -326,7 +326,7 @@ archive subrepos
../archive_x/s/g
$ hg -R ../tc archive -S ../archive.tgz --prefix '.' 2>/dev/null
$ tar -tzf ../archive.tgz | sort
$ tar -tzf ../archive.tgz | sort | grep -v pax_global_header
.hg_archival.txt
.hgsub
.hgsubstate