test: update test-obsolete.t to use common.sh stable
authorBoris Feld <boris.feld@octobus.net>
Wed, 17 May 2017 11:47:14 +0200
branchstable
changeset 2384 2ddbdc1bab13
parent 2367 3be45918c7b5
child 2395 5774c27ce927
child 2422 08f487d1e032
test: update test-obsolete.t to use common.sh The definition of getid() in the test file was wrong, use the one from common.sh instead
tests/test-obsolete.t
--- a/tests/test-obsolete.t	Tue May 16 23:37:10 2017 -0700
+++ b/tests/test-obsolete.t	Wed May 17 11:47:14 2017 +0200
@@ -1,3 +1,5 @@
+
+  $ . $TESTDIR/testlib/common.sh
   $ cat >> $HGRCPATH <<EOF
   > [web]
   > push_ssl = false
@@ -15,10 +17,6 @@
   >    hg add "$1"
   >    hg ci -m "add $1"
   > }
-  $ getid() {
-  >    hg id --hidden --debug -ir "$1"
-  > }
-
   $ alias qlog="hg log --template='{rev}\n- {node|short}\n'"
   $ hg init local
   $ cd local