# HG changeset patch # User Matt Mackall # Date 2014-05-01 19:33:06 # Node ID 6d632cf8a811f5f25879a5df8cfa2d13aa815365 # Parent 717ba2c3c9dad90fef24b50a5fc8a312aad6a176 tests: suppress spurious lchmod error from unzip (issue4088) Because lchmod doesn't exist on Linux, unzip should be built without lchmod support. A few distros get this wrong. diff --git a/tests/test-archive-symlinks.t b/tests/test-archive-symlinks.t --- a/tests/test-archive-symlinks.t +++ b/tests/test-archive-symlinks.t @@ -32,7 +32,7 @@ tar zip $ cd "$origdir" - $ unzip archive.zip > /dev/null + $ unzip archive.zip > /dev/null 2>&1 $ cd zip $ "$TESTDIR/readlink.py" dangling dangling -> nothing