<div dir="ltr">I've pushed this to the clowncopter, thanks.<br></div><br><div class="gmail_quote">On Thu, May 7, 2015 at 4:52 PM Pierre-Yves David <<a href="mailto:pierre-yves.david@ens-lyon.org">pierre-yves.david@ens-lyon.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Pierre-Yves David <<a href="mailto:pierre-yves.david@fb.com" target="_blank">pierre-yves.david@fb.com</a>><br>
# Date 1431042238 25200<br>
#      Thu May 07 16:43:58 2015 -0700<br>
# Node ID e599c008a759b0ce99fd376138a0daf70c76e229<br>
# Parent  17ba4ccd20b48511b3d06ab47fb1b2faf31410d7<br>
test-subrepo-git: ignore pax_global_header when listing archive<br>
<br>
5115d03440f4 is adding a new tar call but forgot to filter out the<br>
pax_global_header file that some tar versions write. This is similar to what<br>
happened in 5dda6c708138.<br>
<br>
diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t<br>
--- a/tests/test-subrepo-git.t<br>
+++ b/tests/test-subrepo-git.t<br>
@@ -324,11 +324,11 @@ archive subrepos<br>
   ../archive_x/a<br>
   ../archive_x/s<br>
   ../archive_x/s/g<br>
<br>
   $ hg -R ../tc archive -S ../archive.tgz --prefix '.' 2>/dev/null<br>
-  $ tar -tzf ../archive.tgz | sort<br>
+  $ tar -tzf ../archive.tgz | sort | grep -v pax_global_header<br>
   .hg_archival.txt<br>
   .hgsub<br>
   .hgsubstate<br>
   a<br>
   s/g<br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@selenic.com" target="_blank">Mercurial-devel@selenic.com</a><br>
<a href="http://selenic.com/mailman/listinfo/mercurial-devel" target="_blank">http://selenic.com/mailman/listinfo/mercurial-devel</a><br>
</blockquote></div>