Home | History | Annotate | Download | only in sh

Lines Matching refs:wc

141 	atf_require_prog wc
149 test $( wc -l < results ) -eq 256 ||
151 test $(wc -c < results) -eq $(( 255 * 14 )) ||
163 atf_require_prog wc
180 test $( wc -l < "prefix/suffix" ) -eq 1 ||
188 test $( wc -l < "prefix${nl}suffix" ) -eq 2 ||
194 test $( ls | wc -l ) -eq 253 ||
196 "Did not create all expected files: wanted: 253, found ($( ls | wc -l ))"
199 test $( ls | wc -c ) -eq $(( 253 * 14 )) ||
211 atf_require_prog wc
236 test $( wc -l < "prefix/suffix" ) -eq 1 ||
243 test $( ls | wc -l ) -eq 253 ||
245 "Did not create all expected files: wanted: 253, found ($( ls | wc -l ))"
248 test $( ls | wc -c ) -eq $(( 253 * 14 )) ||