Lines Matching full:then
43 if [ ! -d $DIR ]; then
53 if [ -z $DIR ]; then
56 if [ -z $DEFAULT_NUM_TESTS ]; then
59 if [ -z $SYSCTL ]; then
62 if [ -z $PROD_SYSCTL ]; then
65 if [ -z $WRITES_STRICT ]; then
73 if [ ! -e ${WRITES_STRICT} ]; then
77 if [ "$old_strict" = "1" ]; then
85 if [ -z $PAGE_SIZE ]; then
88 if [ -z $MAX_DIGITS ]; then
91 if [ -z $INT_MAX ]; then
94 if [ -z $UINT_MAX ]; then
102 if [ $uid -ne 0 ]; then
107 if ! which perl 2> /dev/null > /dev/null; then
111 if ! which getconf 2> /dev/null > /dev/null; then
115 if ! which diff 2> /dev/null > /dev/null; then
123 if [ ! -d $DIR ]; then
124 if ! modprobe -q -n $TEST_DRIVER; then
129 if [ $? -ne 0 ]; then
160 if [ ! -z $TARGET ]; then
174 if [ "${seen}" != "${TEST_STR}" ]; then
188 if [[ $rc != 0 ]]; then
199 if [ ! -z ${old_strict} ]; then
213 if ! verify "${TEST_FILE}"; then
221 if verify "${TARGET}"; then
230 if ! verify "${TARGET}"; then
239 if verify "${TARGET}"; then
253 if ! verify "${TARGET}"; then
263 if ! verify "${TARGET}"; then
273 if verify "${TARGET}"; then
284 if verify "${TARGET}"; then
304 if ! verify "${TARGET}"; then
320 if verify "${TARGET}"; then
337 if ! verify "${TARGET}"; then
350 if verify "${TARGET}"; then
362 if ! verify "${TARGET}"; then
378 if ! verify_diff_w "${TARGET}"; then
395 if ! verify_diff_w "${TARGET}"; then
413 if ! verify_diff_w "${TARGET}"; then
430 if verify_diff_w "${TARGET}"; then
447 if ! verify "${TARGET}"; then
460 if verify "${TARGET}"; then
473 if verify "${TARGET}"; then
487 if ! verify "${TARGET}"; then
497 if verify "${TARGET}"; then
508 if ! grep -q B "${TARGET}"; then
519 if grep -q B "${TARGET}"; then
530 if grep -q B "${TARGET}"; then
541 if grep -q B "${TARGET}"; then
663 if ! [[ $1 =~ $re ]]; then
689 if [[ $ENABLED -eq "1" ]]; then
697 if [ $# -ne 3 ]; then
709 if [ $# -eq 1 ]; then
724 if [ $# -eq 2 ]; then
740 if [ $# -eq 0 ]; then
743 if [[ "$1" = "all" ]]; then
745 elif [[ "$1" = "-w" ]]; then
748 elif [[ "$1" = "-t" ]]; then
752 elif [[ "$1" = "-c" ]]; then
757 elif [[ "$1" = "-s" ]]; then
760 elif [[ "$1" = "-l" ]]; then
762 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then