# HG changeset patch # User Anton Shestakov # Date 1591889818 -28800 # Node ID f18d2509e4f255909a2b671add1aa01334af5f4d # Parent a267a7d3e1c55854854f38aab463a0331fdd62cb tests: simplify re-enabling topic extension since we use topic_setup.sh We don't need to provide any path to the extension (in fact, `hg config` here returned an empty string). diff -r a267a7d3e1c5 -r f18d2509e4f2 tests/test-topic-push.t --- a/tests/test-topic-push.t Thu Jun 11 23:28:10 2020 +0800 +++ b/tests/test-topic-push.t Thu Jun 11 23:36:58 2020 +0800 @@ -309,8 +309,7 @@ Pushing a new topic to a non publishing server should not be seen as a new head - $ printf "topic=" >> ../draft/.hg/hgrc - $ hg config extensions.topic >> ../draft/.hg/hgrc + $ echo 'topic =' >> ../draft/.hg/hgrc $ hg push ssh://user@dummy/draft pushing to ssh://user@dummy/draft searching for changes