[PATCH 3 of 5 STABLE] tests: add test-commit-interactive-curses.t "require tic" for test portability

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Fri Oct 28 14:16:48 EDT 2016


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1477678088 -32400
#      Sat Oct 29 03:08:08 2016 +0900
# Branch stable
# Node ID 141cb12c0175d9e4fbdab1f69d99be24d50ce3f4
# Parent  fe612ab5eeff700b808a1d85013fa3472517a3d6
tests: add test-commit-interactive-curses.t "require tic" for test portability

Standard library of Python on Windows doesn't have curses module.

diff --git a/tests/test-commit-interactive-curses.t b/tests/test-commit-interactive-curses.t
--- a/tests/test-commit-interactive-curses.t
+++ b/tests/test-commit-interactive-curses.t
@@ -1,3 +1,5 @@
+#require tic
+
 Set up a repo
 
   $ cp $HGRCPATH $HGRCPATH.pretest


More information about the Mercurial-devel mailing list