tests/test-lfs-serve.t
changeset 41423 2a1bb442593b
parent 41357 dafd13c7237b
child 41433 3757a968d63a
--- 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