tests/test-commit.t
changeset 32448 f94d7e3e46a0
parent 32046 5b630f2ccb4e
child 32496 bb18728ea617
--- a/tests/test-commit.t	Fri May 19 12:18:25 2017 +0200
+++ b/tests/test-commit.t	Mon May 22 16:59:57 2017 +0200
@@ -120,7 +120,7 @@
 An empty date was interpreted as epoch origin
 
   $ echo foo >> foo
-  $ hg commit -d '' -m commit-no-date
+  $ hg commit -d '' -m commit-no-date --config devel.default-date=
   $ hg tip --template '{date|isodate}\n' | grep '1970'
   [1]