##// END OF EJS Templates
tests: fix unzip -l variability fix...
Mads Kiilerich -
r12381:5965f369 stable
parent child Browse files
Show More
@@ -145,6 +145,6 b' touch -d 1975-01-01 old'
145 hg add old
145 hg add old
146 hg commit -m old
146 hg commit -m old
147 hg archive ../old.zip
147 hg archive ../old.zip
148 unzip -l ../old.zip | grep 80 && echo ok
148 unzip -l ../old.zip | grep 80 > /dev/null && echo ok
149
149
150 exit 0
150 exit 0
@@ -81,6 +81,4 b" abort: unknown archive type 'bogus'"
81 % empty repo
81 % empty repo
82 abort: no working directory: please specify a revision
82 abort: no working directory: please specify a revision
83 % old file -- date clamped to 1980
83 % old file -- date clamped to 1980
84 147 1980-01-01 00:00 old/.hg_archival.txt
85 0 1980-01-01 00:00 old/old
86 ok
84 ok
General Comments 0
You need to be logged in to leave comments. Login now