diff -r 43d55088415a -r 67964cda8701 tests/test-walkrepo.py --- a/tests/test-walkrepo.py Sat May 12 16:00:53 2012 +0200 +++ b/tests/test-walkrepo.py Sat May 12 16:00:57 2012 +0200 @@ -43,7 +43,7 @@ print "reposet = %r" % (reposet,) print "sub1set and reposet should have exactly one path in common." sub3 = pjoin('.', 'circle', 'top1') - if sym and not (sub3 in reposet): + if sym and sub3 not in reposet: print "reposet = %r" % (reposet,) print "Symbolic links are supported and %s is not in reposet" % (sub3,)