Actually push the right tests

This commit is contained in:
Baptiste Daroussin 2015-05-02 12:19:24 +00:00
parent 3bf8ad7de2
commit 078fd35f79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282341

View File

@ -15,22 +15,16 @@ rlf_body()
col < $(atf_get_srcdir)/rlf.in
atf_check \
-o inline:"a b3\n" \
-o inline:"a b\n" \
-e empty \
-s exit:0 \
col < $(atf_get_srcdir)/rlf2.in
atf_check \
-o inline:"a b3\n" \
-o inline:"a b\n" \
-e empty \
-s exit:0 \
col -x < $(atf_get_srcdir)/rlf2.in
atf_check \
-o inline:"a b3\n" \
-e empty \
-s exit:0 \
col -p < $(atf_get_srcdir)/rlf2.in
}
atf_init_test_cases()