tests/test-contrib-perf.t
changeset 27309 b0de270acd17
parent 27286 528cf1a73ae5
child 27315 be48b7559422
--- a/tests/test-contrib-perf.t	Fri Dec 04 19:05:56 2015 +0000
+++ b/tests/test-contrib-perf.t	Tue Dec 08 04:56:26 2015 +0000
@@ -4,10 +4,9 @@
 
   $ CONTRIBDIR="$TESTDIR/../contrib"
 
-Prepare repo-a:
+Prepare repo:
 
-  $ hg init repo-a
-  $ cd repo-a
+  $ hg init
 
   $ echo this is file a > a
   $ hg add a
@@ -30,7 +29,7 @@
 
 perfstatus
 
-  $ cat > .hg/hgrc << EOF
+  $ cat >> $HGRCPATH << EOF
   > [extensions]
   > perfstatusext=$CONTRIBDIR/perf.py
   > EOF