diff tests/test-rename-merge1.t @ 16793:9cbc44a6600e

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/...
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 23 May 2012 17:33:19 +0200
parents ad394c897b16
children 98687cdddcb1
line wrap: on
line diff
--- 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 ..