##// END OF EJS Templates
hghave: remove symlink test made useless by ac0da5caebec
Patrick Mezard -
r16369:e14d7805 stable
parent child Browse files
Show More
@@ -177,7 +177,6 b' def has_symlink():'
177 return True
177 return True
178 except (OSError, AttributeError):
178 except (OSError, AttributeError):
179 return False
179 return False
180 return hasattr(os, "symlink") # FIXME: should also check file system and os
181
180
182 def has_tla():
181 def has_tla():
183 return matchoutput('tla --version 2>&1', r'The GNU Arch Revision')
182 return matchoutput('tla --version 2>&1', r'The GNU Arch Revision')
General Comments 0
You need to be logged in to leave comments. Login now