diff tests/test-url-rev.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents 97ffc68f71d3
children b00eda50ad2b
line wrap: on
line diff
--- a/tests/test-url-rev.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-url-rev.t	Fri Oct 08 22:36:10 2010 -0500
@@ -42,7 +42,7 @@
   
   $ cat clone/.hg/hgrc
   [paths]
-  default = */repo#foo (glob)
+  default = $TESTTMP/repo#foo
 
 Changing original repo: