# HG changeset patch # User Patrick Mezard # Date 1333547996 -7200 # Node ID e14d7805845d5c048e35118b1cabc14d4e951cd3 # Parent 8614f8e0dd7aa93580840faaf2ab8a26dc265c18 hghave: remove symlink test made useless by ac0da5caebec diff -r 8614f8e0dd7a -r e14d7805845d tests/hghave --- a/tests/hghave Wed Apr 04 13:55:11 2012 +0200 +++ b/tests/hghave Wed Apr 04 15:59:56 2012 +0200 @@ -177,7 +177,6 @@ return True except (OSError, AttributeError): return False - return hasattr(os, "symlink") # FIXME: should also check file system and os def has_tla(): return matchoutput('tla --version 2>&1', r'The GNU Arch Revision')