tests/test-config.t
branchstable
changeset 43337 7e20b705da5b
parent 43336 a71578ec6257
child 45800 0883413e09bc
--- a/tests/test-config.t	Sun Oct 27 12:36:52 2019 +0900
+++ b/tests/test-config.t	Sun Oct 27 12:49:09 2019 +0900
@@ -122,7 +122,7 @@
   ]
   $ hg config --config auth.cookiefile= auth -T'json(defaultvalue)'
   [
-   {"defaultvalue": ""}
+   {"defaultvalue": null}
   ]
   $ hg config --config auth.cookiefile= auth -T'{defaultvalue}\n'