[issue3071] util.realpath instead of os.path.realpath breaks test with python 2.7 on MacOS 10.5.8

Christian Ebert bugs at mercurial.selenic.com
Mon Oct 24 11:25:05 CDT 2011


New submission from Christian Ebert <blacktrash at gmx.net>:

Very strange, because the change makes so much sense.

$ ./run-tests.py test-keyword.t

--- /Users/chris/hgworkspace/hg-crew-mq/tests/test-keyword.t
+++ /Users/chris/hgworkspace/hg-crew-mq/tests/test-keyword.t.err
@@ -628,8 +628,9 @@
   $ cp symignored x
   $ hg copy --after --verbose symignored x
   copying symignored to x
+  overwriting x shrinking keywords
   $ head -n 1 x
-  expand $Id: a,v ef63ca68695b 1970/01/01 00:00:00 user $
+  expand $Id$
   $ hg forget x
   $ rm x


ERROR: /Users/chris/hgworkspace/hg-crew-mq/tests/test-keyword.t output changed
!
Failed test-keyword.t: output changed
# Ran 1 tests, 0 skipped, 1 failed.
$ python -V
Python 2.7.2
$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.5.8
BuildVersion:	9L30

----------
messages: 17747
nosy: ThomasAH, blacktrash
priority: bug
status: unread
title: util.realpath instead of os.path.realpath breaks test with python 2.7 on MacOS 10.5.8

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3071>
____________________________________________________


More information about the Mercurial-devel mailing list