tests: append glob to filename output when required (windows) stable
authorSimon Heimberg <simohe@besonet.ch>
Wed, 13 Feb 2013 12:35:57 +0100
branchstable
changeset 18679 f6f35d646cb5
parent 18657 d4a79e075303
child 18684 c161e4cf77d4
child 18698 f2b1f78cf202
tests: append glob to filename output when required (windows) This lines were introduced in cd403d6d96ef and made the test fail on windows.
tests/test-obsolete.t
--- a/tests/test-obsolete.t	Sat Feb 09 23:28:42 2013 +0000
+++ b/tests/test-obsolete.t	Wed Feb 13 12:35:57 2013 +0100
@@ -816,7 +816,7 @@
      summary:     A
   
   $ hg incoming
-  comparing with $TESTTMP/tmpe/repo-issue3805
+  comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
   searching for changes
   changeset:   2:3816541e5485
   tag:         tip
@@ -826,7 +826,7 @@
   summary:     A
   
   $ hg incoming --bundle ../issue3805.hg
-  comparing with $TESTTMP/tmpe/repo-issue3805
+  comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
   searching for changes
   changeset:   2:3816541e5485
   tag:         tip
@@ -836,7 +836,7 @@
   summary:     A
   
   $ hg outgoing
-  comparing with $TESTTMP/tmpe/repo-issue3805
+  comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
   searching for changes
   no changes found
   [1]