Lines Matching full:repeated
38 atf_test_case repeated
40 atf_set descr "print repeated lines only"
46 atf_check_uniq --repeated
51 atf_set descr "count and print repeated lines only"
60 atf_check_uniq --count --repeated
61 atf_check_uniq --repeated --count
66 atf_set descr "print every instance of repeated lines"
73 atf_check_uniq --all-repeated
74 atf_check_uniq --all-repeated=none
77 atf_check_uniq --all-repeated=prepend
80 atf_check_uniq --all-repeated=separate
85 atf_set descr "count and print every instance of repeated lines"
96 atf_check_uniq --all-repeated --count
97 atf_check_uniq --all-repeated=none --count
98 atf_check_uniq --count --all-repeated
99 atf_check_uniq --count --all-repeated=none
151 atf_set descr "print non-repeated lines only"
162 atf_set descr "print non-repeated lines with count"
215 atf_add_test_case repeated