Mercurial > hg
comparison tests/test-simplemerge-cmd.t @ 13197:684a977c2ae0
opener: forbid paths ending with directory separator (issue2507)
If Linux is asked to open a filename with a trailing directory separator,
e.g. "foo/", the open fails with EISDIR. On AIX, the open succeeds, opening
file "foo". This causes test-mq-qnew to fail on AIX.
Fix by adding 'ends with directory separator' to the conditions checked
by the path auditor. Change test to expect auditor fail message.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 17 Dec 2010 12:05:45 +0000 |
parents | 7439ea4146f8 |
children | 3c65cdcf3ba6 |
comparison
equal
deleted
inserted
replaced
13196:592998ba3466 | 13197:684a977c2ae0 |
---|