diff tests/test-clone.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 4fee1fd3de9a
children b00eda50ad2b
line wrap: on
line diff
--- a/tests/test-clone.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-clone.t	Fri Oct 08 22:36:10 2010 -0500
@@ -80,7 +80,7 @@
 
   $ hg clone -q -U --config 'paths.foobar=a#0' foobar f
   $ hg -R f showconfig paths.default
-  */a#0 (glob)
+  $TESTTMP/a#0
 
 Use --pull: