HomeSort by: relevance | last modified time | path
    Searched defs:atf_fail (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/printf/
printf.sh 75 atf_fail() { function
102 RES="$( do_printf "$@" 2>&3 && echo X )" || atf_fail "$* ... Exit $?"
110 atf_fail \
121 atf_fail "$* ... Expected <<${WANT}>> Received <<${RES}>>"
138 RES="$( do_printf "$@" 2>&3 && echo X )" || atf_fail "$* ... Exit $?"
146 atf_fail \
161 atf_fail \
165 atf_fail "$* ... success (without output)"
168 atf_fail "$* ... success with <<${RES}>> (not <<${WANT}>>)"
179 atf_fail "$* ... failed (${STAT}) without error message
    [all...]
printf.sh 75 atf_fail() { function
102 RES="$( do_printf "$@" 2>&3 && echo X )" || atf_fail "$* ... Exit $?"
110 atf_fail \
121 atf_fail "$* ... Expected <<${WANT}>> Received <<${RES}>>"
138 RES="$( do_printf "$@" 2>&3 && echo X )" || atf_fail "$* ... Exit $?"
146 atf_fail \
161 atf_fail \
165 atf_fail "$* ... success (without output)"
168 atf_fail "$* ... success with <<${RES}>> (not <<${WANT}>>)"
179 atf_fail "$* ... failed (${STAT}) without error message
    [all...]

Completed in 45 milliseconds