diff tests/test-revset-outgoing.t @ 13572:1bb2a56a9d73

tests: use $TESTTMP more and use (glob) less This locks down the test output a little more.
author Martin Geisler <mg@aragost.com>
date Thu, 10 Mar 2011 13:43:47 +0100
parents f314723f36f5
children 9910f60a37ee 41885892796e
line wrap: on
line diff
--- a/tests/test-revset-outgoing.t	Fri Jan 07 15:19:21 2011 -0600
+++ b/tests/test-revset-outgoing.t	Thu Mar 10 13:43:47 2011 +0100
@@ -39,7 +39,7 @@
   $ cd b
   $ cat .hg/hgrc
   [paths]
-  default = */a#stable (glob)
+  default = $TESTTMP/a#stable
 
   $ echo red >> a
   $ hg ci -qm3
@@ -60,7 +60,7 @@
   
 
   $ hg tout
-  comparing with */a (glob)
+  comparing with $TESTTMP/a
   searching for changes
   2:1d4099801a4e: '3' stable
 
@@ -79,11 +79,11 @@
 
   $ cat .hg/hgrc
   [paths]
-  default = */a#stable (glob)
+  default = $TESTTMP/a#stable
   green = ../a#default
 
   $ hg tout green
-  comparing with */a (glob)
+  comparing with $TESTTMP/a
   searching for changes
   3:f0461977a3db: '4'