tests/test-subrepo-recursion.t
changeset 12339 f85338f509e4
parent 12323 f00953d9533c
child 12363 8a5b6383ba02
--- a/tests/test-subrepo-recursion.t	Mon Sep 20 14:36:36 2010 -0500
+++ b/tests/test-subrepo-recursion.t	Mon Sep 20 15:50:36 2010 -0500
@@ -243,23 +243,9 @@
   ../archive/.hgsub
   ../archive/.hg_archival.txt
 
-Test archiving to zip file:
+Test archiving to zip file (unzip output is unstable):
 
   $ hg archive --subrepos ../archive.zip
-  $ unzip -l ../archive.zip
-  Archive:  ../archive.zip
-    Length      Date    Time    Name
-  ---------  ---------- -----   ----
-        147  1980-01-01 00:00   archive/.hg_archival.txt
-         10  1980-01-01 00:00   archive/.hgsub
-         45  1980-01-01 00:00   archive/.hgsubstate
-          3  1980-01-01 00:00   archive/x.txt
-          9  1980-01-01 00:00   archive/foo/y.txt
-         10  1980-01-01 00:00   archive/foo/.hgsub
-         45  1980-01-01 00:00   archive/foo/.hgsubstate
-          9  1980-01-01 00:00   archive/foo/bar/z.txt
-  ---------                     -------
-        278                     8 files
 
 Clone and test outgoing: