changeset 24363:852801178a63

test-commit-interactive-curses: #require 'tic' When run on Windows, this test aborts: @@ -20,7 +20,8 @@ > X > EOF $ hg commit -i -m "a" -d "0 0" - no changes to record + abort: No module named fcntl! + [255] $ hg tip changeset: -1:000000000000 tag: tip Maybe there's another way to get the screen size on Windows (it dies in crecord.gethw()), but for now, quiet the test noise by skipping it if terminal info compiler is unavailable.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 17 Mar 2015 22:21:09 -0400
parents 58682838f8f7
children 135b23868f45
files tests/test-commit-interactive-curses.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-commit-interactive-curses.t	Tue Mar 17 21:48:34 2015 -0400
+++ b/tests/test-commit-interactive-curses.t	Tue Mar 17 22:21:09 2015 -0400
@@ -1,3 +1,4 @@
+#require tic
 Set up a repo
 
   $ cat <<EOF >> $HGRCPATH