tests/test-config.t
changeset 36753 a22915edc279
parent 35400 4441705b7111
child 42093 edbcf5b239f9
--- a/tests/test-config.t	Sun Mar 04 15:24:45 2018 -0500
+++ b/tests/test-config.t	Sun Mar 04 15:26:26 2018 -0500
@@ -88,7 +88,7 @@
 
   $ cat <<EOF > emptysource.py
   > def reposetup(ui, repo):
-  >     ui.setconfig('empty', 'source', 'value')
+  >     ui.setconfig(b'empty', b'source', b'value')
   > EOF
   $ cp .hg/hgrc .hg/hgrc.orig
   $ cat <<EOF >> .hg/hgrc