##// END OF EJS Templates
tests: suppress spurious lchmod error from unzip (issue4088)...
Matt Mackall -
r21216:6d632cf8 stable
parent child Browse files
Show More
@@ -32,7 +32,7 b' tar'
32 32 zip
33 33
34 34 $ cd "$origdir"
35 $ unzip archive.zip > /dev/null
35 $ unzip archive.zip > /dev/null 2>&1
36 36 $ cd zip
37 37 $ "$TESTDIR/readlink.py" dangling
38 38 dangling -> nothing
General Comments 0
You need to be logged in to leave comments. Login now