author | Augie Fackler <augie@google.com> |
Tue, 13 Mar 2018 18:13:37 -0400 | |
changeset 36948 | bf73012877a4 |
parent 36947 | 3f7bbce8fbaa |
child 36949 | c8768bc46d24 |
tests/hghave.py | file | annotate | diff | comparison | revisions |
--- a/tests/hghave.py Tue Mar 13 18:05:49 2018 -0400 +++ b/tests/hghave.py Tue Mar 13 18:13:37 2018 -0400 @@ -372,7 +372,7 @@ def has_hardlink_whitelisted(): from mercurial import util try: - fstype = util.getfstype('.') + fstype = util.getfstype(b'.') except OSError: return False return fstype in util._hardlinkfswhitelist