Fix test for pad and enable it.

This commit is contained in:
blymn 2019-06-30 22:37:11 +00:00
parent afb56d5385
commit f3430e9b6f
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
cup12;6Xtestingtest
testingtest
testingtesthome
testingtest

View File

@ -3,4 +3,4 @@ cup12;7Xel
t 444444444cup15;9X444444
testi22333333
testi22333333
testi22333333home
testi22333333

View File

@ -804,7 +804,7 @@ atf_init_test_cases()
atf_add_test_case mvprintw
atf_add_test_case mvscanw
atf_add_test_case mvvline
# atf_add_test_case pad # not working
atf_add_test_case pad
atf_add_test_case nocbreak
atf_add_test_case nodelay
}