uncommit: small cleanup of the interactive test setup
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 18 Sep 2017 04:20:36 +0200
changeset 2945 db9b8a4b2067
parent 2944 281a11bfda43
child 2946 824e3b6e2730
uncommit: small cleanup of the interactive test setup
tests/test-uncommit-interactive.t
--- a/tests/test-uncommit-interactive.t	Mon Sep 11 18:12:06 2017 +0200
+++ b/tests/test-uncommit-interactive.t	Mon Sep 18 04:20:36 2017 +0200
@@ -5,12 +5,13 @@
 Repo Setup
 ============
 
+  $ . $TESTDIR/testlib/common.sh
   $ cat >> $HGRCPATH <<EOF
   > [ui]
   > interactive = true
   > [extensions]
+  > evolve =
   > EOF
-  $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
 
   $ glog() {
   >   hg log -G --template '{rev}:{node|short}@{branch}({separate("/", obsolete, phase)}) {desc|firstline}\n' "$@"