changeset 5290:7e93d9db1d1a

tests: use common obshistory_setup.sh script instead of manual setup This is now consistent with other test-evolve-obshistory*.t tests.
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 05 May 2020 16:52:59 +0800
parents 9eba849b4c3d
children 258c0a99c5b0
files tests/test-evolve-obshistory-complex.t
diffstat 1 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-evolve-obshistory-complex.t	Tue May 05 16:27:02 2020 +0800
+++ b/tests/test-evolve-obshistory-complex.t	Tue May 05 16:52:59 2020 +0800
@@ -1,15 +1,7 @@
 Global setup
 ============
 
-  $ . $TESTDIR/testlib/common.sh
-  $ cat >> $HGRCPATH <<EOF
-  > [ui]
-  > interactive = true
-  > [phases]
-  > publish=False
-  > [extensions]
-  > evolve =
-  > EOF
+  $ . $TESTDIR/testlib/obshistory_setup.sh
 
 Test obslog with split + fold + split
 =====================================