make sure that our terminal has a consistent size now that terminfo obeys

the environment variables.
This commit is contained in:
christos 2011-08-29 12:40:59 +00:00
parent fef3cbf8c7
commit c029707cf1

View File

@ -3,6 +3,8 @@ h_run()
{
file="$(atf_get_srcdir)/tests/${1}"
export COLUMNS=80
export LINES=24
$(atf_get_srcdir)/director \
-T $(atf_get_srcdir) \
-t atf \