tests: do not create repos inside repos in test-rename-merge1.t
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 23 May 2012 17:33:19 +0200
changeset 16793 9cbc44a6600e
parent 16792 ad394c897b16
child 16794 98687cdddcb1
tests: do not create repos inside repos in test-rename-merge1.t This is no actual problem, but I when adding more tests to this file, the directory structure would become t/repo2089/repoXXXX/repoYYYY/...
tests/test-rename-merge1.t
--- a/tests/test-rename-merge1.t	Wed May 23 17:25:48 2012 +0200
+++ b/tests/test-rename-merge1.t	Wed May 23 17:33:19 2012 +0200
@@ -123,6 +123,8 @@
   $ cat f2
   c0
 
+  $ cd ..
+
 Check for issue2089
 
   $ hg init repo2089
@@ -152,3 +154,5 @@
 
   $ cat f2
   c2
+
+  $ cd ..