Searched refs:testfail (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dposix2.tests47 testfail()
55 test "${empty:-ok}" = ok || testfail "empty var colon"
57 test "${empty-bad}" = "" || testfail "got \"${empty-bad}\": empty var nocolon"
59 test "${unsetvar-ok}" = ok || testfail "unset var"
62 test "${empty-ok}" = ok || testfail "unset"
66 test "x$1" = x-Z || testfail '\"set -- arg\"'
70 test $# = 0 || testfail "still $# args: \"set --\""
78 test "$2" = good || testfail "got \"$2\": IFS parsing"
93 testfail 'running $@'
95 test "$numargs" = 0 || testfail '"
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-mtread.c180 int testfail = 0; local
379 testfail++;
389 testfail++;
395 if (testfail)

Completed in 181 milliseconds