Lines Matching refs:cat
117 atf_check -s exit:0 -o not-match:"reload: post-reload user" cat ${logfile}
118 atf_check -s exit:0 -o match:"reload: post-reload news" cat ${logfile}
140 atf_check -s exit:0 -o match:"prog1: hello this is prog1" cat "${logfile}"
141 atf_check -s exit:0 -o match:"prog2: hello this is prog2" cat "${logfile}"
142 atf_check -s exit:0 -o not-match:"prog3: hello this is prog3" cat "${logfile}"
153 atf_check -s exit:0 -o not-match:"prog1: hello this is prog1" cat "${logfile}"
154 atf_check -s exit:0 -o not-match:"prog2: hello this is prog2" cat "${logfile}"
155 atf_check -s exit:0 -o match:"prog3: hello this is prog3" cat "${logfile}"
177 atf_check -s exit:0 -o match:"host1: hello this is host1" cat "${logfile}"
178 atf_check -s exit:0 -o match:"host2: hello this is host2" cat "${logfile}"
179 atf_check -s exit:0 -o not-match:"host3: hello this is host3" cat "${logfile}"
190 atf_check -s exit:0 -o not-match:"host1: hello this is host1" cat "${logfile}"
191 atf_check -s exit:0 -o not-match:"host2: hello this is host2" cat "${logfile}"
192 atf_check -s exit:0 -o match:"host3: hello this is host3" cat "${logfile}"
213 atf_check -s exit:0 -o match:"prop1: FreeBSD" cat "${logfile}"
214 atf_check -s exit:0 -o not-match:"prop2: freebsd" cat "${logfile}"
223 atf_check -s exit:0 -o not-match:"prop1: FreeBSD" cat "${logfile}"
224 atf_check -s exit:0 -o match:"prop2: freebsd" cat "${logfile}"
233 atf_check -s exit:0 -o match:"prop1: FreeBSD" cat "${logfile}"
234 atf_check -s exit:0 -o match:"prop2: freebsd" cat "${logfile}"
244 atf_check -s exit:0 -o not-match:"prop1: FreeBSD" cat "${logfile}"
245 atf_check -s exit:0 -o not-match:"prop2: freebsd" cat "${logfile}"
246 atf_check -s exit:0 -o match:"prop3: Solaris" cat "${logfile}"
280 cat "${logfile}"
309 atf_check -s exit:0 -o match:"Seymour Cray" cat "${logfile}"
334 atf_check -s exit:0 -o match:"test: hello, world" cat "${logfile}"
355 epair=$(cat epair)
391 atf_check -o match:"test1: hello, world" cat "${logfile}"
395 atf_check -o not-match:"test2: hello, world" cat "${logfile}"
398 atf_check -o not-match:"test2: hello, world" cat "${logfile}"
407 atf_check -o not-match:"test3: hello, world" cat "${logfile}"
410 atf_check -o match:"test4: hello, world" cat "${logfile}"
447 atf_check -o match:"test1: hello, world" cat "${logfile}"
448 atf_check -o not-match:"test2: hello, world" cat "${logfile}"
474 atf_check -o match:"test1: hello, world" cat "${logfile}"
478 atf_check -o match:"test2: hello, world" cat "${logfile}"
482 atf_check -o not-match:"test3: hello, world" cat "${logfile}"
485 atf_check -o not-match:"test3: hello, world" cat "${logfile}"
507 epair=$(cat epair)
521 cat <<__EOF__ > ./client_config
528 cat <<__EOF__ > ./server_config
544 atf_check -o match:"test1: hello, world" cat "${logfile}"
545 atf_check -o match:"test2: you've got mail" cat "${logfile}"
546 atf_check -o match:"test3: transfer complete" cat "${logfile}"