directory() was returning str and hgdirectory() was returning
bytes. This made the set compare fail. Let's normalize the types
on Python 3 so the test passes.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG6e54caaed08d: tests: normalize to bytes in test-install.t
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.