hghave: remove symlink test made useless by ac0da5caebec stable
authorPatrick Mezard <patrick@mezard.eu>
Wed, 04 Apr 2012 15:59:56 +0200
branchstable
changeset 1063 0e3b1a8a243c
parent 1061 70b4494ccf1d
child 1064 a33852511558
child 1065 c1d229864cd3
hghave: remove symlink test made useless by ac0da5caebec [ original upstream message ]
tests/hghave
--- a/tests/hghave	Tue Apr 03 19:06:35 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')