Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses make sure that our terminal has a consis...



details:   https://anonhg.NetBSD.org/src/rev/c85668ca5ea7
branches:  trunk
changeset: 768936:c85668ca5ea7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 29 12:40:59 2011 +0000

description:
make sure that our terminal has a consistent size now that terminfo obeys
the environment variables.

diffstat:

 tests/lib/libcurses/t_curses.sh |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r a553b8858043 -r c85668ca5ea7 tests/lib/libcurses/t_curses.sh
--- a/tests/lib/libcurses/t_curses.sh   Mon Aug 29 12:39:50 2011 +0000
+++ b/tests/lib/libcurses/t_curses.sh   Mon Aug 29 12:40:59 2011 +0000
@@ -3,6 +3,8 @@
 {
        file="$(atf_get_srcdir)/tests/${1}"
 
+       export COLUMNS=80
+       export LINES=24
        $(atf_get_srcdir)/director \
            -T $(atf_get_srcdir) \
            -t atf \



Home | Main Index | Thread Index | Old Index