--- a/tests/test-push-warn.t Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-push-warn.t Tue Apr 19 12:04:44 2011 +0200
@@ -1,9 +1,8 @@
$ echo "[extensions]" >> $HGRCPATH
$ echo "graphlog=" >> $HGRCPATH
- $ mkdir a
+ $ hg init a
$ cd a
- $ hg init
$ echo foo > t1
$ hg add t1
$ hg commit -m "1"