From patchwork Wed Feb 13 11:43:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [STABLE] Tests: fix test on windows by appending glob to lines returning "\" in the path From: Simon Heimberg X-Patchwork-Id: 977 Message-Id: <000001ce09df$4f4e1f80$edea5e80$@besonet.ch> To: "'Mercurial-develop'" Date: Wed, 13 Feb 2013 12:43:14 +0100 # HG changeset patch # User Simon Heimberg # Date 1360755357 -3600 # Node ID a9b334ae174bff56afe1c9fb060cf940d04295e7 # Parent 013fcd112f13f31a35ea6a40d8cd1c6923cdaf20 Tests: fix test on windows by appending glob to lines returning "\" in the path This lines were introduced in cd403d6d96ef and made the test fail on windows. diff -r 013fcd112f13 -r a9b334ae174b tests/test-obsolete.t --- a/tests/test-obsolete.t Sat Feb 09 11:00:42 2013 +0100 +++ 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]