Mercurial > public > mercurial-scm > hg-stable
diff tests/test-lfs-serve.t @ 41445:2a1bb442593b
py3: add b'' and r'' prefixes to LFS tests
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 27 Jan 2019 00:26:17 -0500 |
parents | dafd13c7237b |
children | 3757a968d63a |
line wrap: on
line diff
--- a/tests/test-lfs-serve.t Sun Jan 27 20:22:07 2019 -0500 +++ b/tests/test-lfs-serve.t Sun Jan 27 00:26:17 2019 -0500 @@ -421,10 +421,10 @@ ... runcommand(server, [b'config', b'extensions']) ... ... print("\n# LFS disabled locally- revlogs don't have 0x2000 flag") - ... runcommand(server, ['debugprocessors', 'nonlfs.txt', '-R', - ... '../nonlfs']) - ... runcommand(server, ['config', 'extensions', '--cwd', - ... '../nonlfs']) + ... runcommand(server, [b'debugprocessors', b'nonlfs.txt', b'-R', + ... b'../nonlfs']) + ... runcommand(server, [b'config', b'extensions', b'--cwd', + ... b'../nonlfs']) # LFS enabled- both lfs and non-lfs revlogs have 0x2000 flag *** runcommand debugprocessors lfs.bin -R ../server