changeset 16369:e14d7805845d stable

hghave: remove symlink test made useless by ac0da5caebec
author Patrick Mezard <patrick@mezard.eu>
date Wed, 04 Apr 2012 15:59:56 +0200
parents 8614f8e0dd7a
children 709924be3d04
files tests/hghave
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')