diff tests/hghave @ 5143:fc6106267198

Hide absolute path from test-no-symlinks output. And add missing eol and remove trailing space which where introduced by the patches adding this test.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 11 Aug 2007 12:36:04 +0200
parents bf60e4bd6672
children 6e040f6c2c9c
line wrap: on
line diff
--- a/tests/hghave
+++ b/tests/hghave
@@ -73,7 +73,7 @@ if __name__ == '__main__':
         negate = feature.startswith('no-')
         if negate:
             feature = feature[3:]
-        
+
         if feature not in checks:
             error('hghave: unknown feature: ' + feature)
             continue