# HG changeset patch # User Thomas Arendsen Hein # Date 1186828564 -7200 # Node ID fc6106267198e9fac5b916f36953150326a14812 # Parent bf60e4bd66729a687cb73d489ea9b886506cffa2 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. diff -r bf60e4bd6672 -r fc6106267198 tests/hghave --- a/tests/hghave Thu Aug 09 23:14:52 2007 +0200 +++ b/tests/hghave Sat Aug 11 12:36:04 2007 +0200 @@ -73,7 +73,7 @@ negate = feature.startswith('no-') if negate: feature = feature[3:] - + if feature not in checks: error('hghave: unknown feature: ' + feature) continue diff -r bf60e4bd6672 -r fc6106267198 tests/test-no-symlinks --- a/tests/test-no-symlinks Thu Aug 09 23:14:52 2007 +0200 +++ b/tests/test-no-symlinks Sat Aug 11 12:36:04 2007 +0200 @@ -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 @@ cat a.lnk && echo cat d/a2.lnk && echo -cat b2.lnk && echo \ No newline at end of file +cat b2.lnk && echo diff -r bf60e4bd6672 -r fc6106267198 tests/test-no-symlinks.out --- a/tests/test-no-symlinks.out Thu Aug 09 23:14:52 2007 +0200 +++ b/tests/test-no-symlinks.out Sat Aug 11 12:36:04 2007 +0200 @@ -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