Comment # 1 on bug 1026350 from
Created attachment 714961 [details]
Log file demonstrating that this bug is a regression

The devel:tools/bats project relies on accessing terminal properties during the
build: The .spec file has a %check section which runs unit tests, and it
accesses the column count using the ncurses utility "tput cols".

The attached log file demonstrates that the build works on Leap_42.2.

The tests used to work fine in all environments, but lately they have started
to fail for Factory-like distributions. For the Leap distros, the build works
because "tput cols" happens to work there.


You are receiving this mail because: