##// 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 zip
32 zip
33
33
34 $ cd "$origdir"
34 $ cd "$origdir"
35 $ unzip archive.zip > /dev/null
35 $ unzip archive.zip > /dev/null 2>&1
36 $ cd zip
36 $ cd zip
37 $ "$TESTDIR/readlink.py" dangling
37 $ "$TESTDIR/readlink.py" dangling
38 dangling -> nothing
38 dangling -> nothing
General Comments 0
You need to be logged in to leave comments. Login now