changeset 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
files tests/hghave tests/test-no-symlinks tests/test-no-symlinks.out
diffstat 3 files changed, 3 insertions(+), 10 deletions(-) [+]
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
--- a/tests/test-no-symlinks
+++ b/tests/test-no-symlinks
@@ -18,7 +18,7 @@
 echo % unbundle
 hg init t
 cd t
-hg pull "$TESTDIR/test-no-symlinks.hg"
+hg pull -q "$TESTDIR/test-no-symlinks.hg"
 hg update
 
 cat a.lnk && echo
@@ -44,4 +44,4 @@ hg update
 
 cat a.lnk && echo
 cat d/a2.lnk && echo
-cat b2.lnk && echo
\ No newline at end of file
+cat b2.lnk && echo
--- a/tests/test-no-symlinks.out
+++ b/tests/test-no-symlinks.out
@@ -1,11 +1,4 @@
 % unbundle
-pulling from C:\dev\mercurial\hg\hg-local-stable\tests/test-no-symlinks.hg
-requesting all changes
-adding changesets
-adding manifests
-adding file changes
-added 1 changesets with 4 changes to 4 files
-(run 'hg update' to get a working copy)
 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
 a
 d/b