Home | History | Annotate | Download | only in sh

Lines Matching refs:bye

295 	atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c 'echo Bye >>Output'
297 test "$(cat Output)" = "Hello${nl}Bye" || atf_fail \
757 ( printf "bye-bye\n" >&6 )
760 read bye <&8 || echo >&2 "Closed?"
761 echo Bye="$bye"
763 atf_check -s exit:0 -o match:Bye=bye-bye -e empty \
765 atf_fail 'bye-bye failure'