test_walkdirs_os_error not robust
Bug #341648 reported by
James Westby
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Undecided
|
Vincent Ladeuil |
Bug Description
I get:
FAIL: test_osutils.
not equal:
a = "[Errno 13] Permission denied: './test-
b = "[Errno 13] chdir: Permission denied: './test-
perhaps because of a different python or glibc or similar.
Thanks,
James
Related branches
Changed in bzr: | |
milestone: | none → 1.14rc1 |
Changed in bzr: | |
status: | In Progress → Fix Committed |
Changed in bzr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is triggered as soon as the C extensions are not built.
Anyway, testing e.errno should achieve the same result while being less fragile.