diff tests/test-subrepo-recursion.t @ 12339:f85338f509e4

tests: fixup tests using unzip -l
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Sep 2010 15:50:36 -0500
parents f00953d9533c
children 8a5b6383ba02
line wrap: on
line diff
--- 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: