author | Christian Ebert <blacktrash@gmx.net> |
Fri, 06 Apr 2012 22:53:24 +0200 | |
changeset 1064 | a33852511558 |
parent 1062 | 3c257fefa53d (current diff) |
parent 1063 | 0e3b1a8a243c (diff) |
child 1066 | bd418e7e2d29 |
--- a/tests/hghave Wed Apr 04 09:31:47 2012 +0200 +++ b/tests/hghave Fri Apr 06 22:53:24 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')