diff tests/test-topic-tutorial.t @ 2045:db617700d318

tests: move "test setup" script into a 'testlib' directory This will avoid cluttering the tests directory.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 07 Mar 2017 12:04:05 +0100
parents cd6d32a0155c
children f1ffd093ef30 e38156312410
line wrap: on
line diff
--- a/tests/test-topic-tutorial.t	Sat Mar 04 02:56:50 2017 +0100
+++ b/tests/test-topic-tutorial.t	Tue Mar 07 12:04:05 2017 +0100
@@ -7,7 +7,7 @@
 
 .. Some Setup::
 
-  $ . "$TESTDIR/testlib"
+  $ . "$TESTDIR/testlib/topic_setup.sh"
   $ hg init server
   $ cd server
   $ cat >> .hg/hgrc << EOF