tests/test-archive
branchstable
changeset 12379 6aa2c86db2eb
parent 12319 381f131220ad
child 12381 5965f369314b
--- a/tests/test-archive	Wed Sep 22 23:51:10 2010 +0200
+++ b/tests/test-archive	Wed Sep 22 17:13:49 2010 -0500
@@ -145,6 +145,6 @@
 hg add old
 hg commit -m old
 hg archive ../old.zip
-unzip -l ../old.zip
+unzip -l ../old.zip | grep 80 && echo ok
 
 exit 0