Lines Matching full:then

45        if [ ! -d $DIR ]; then
55 if [ -z $DIR ]; then
58 if [ -z $DEFAULT_NUM_TESTS ]; then
61 if [ -z $SYSCTL ]; then
64 if [ -z $PROD_SYSCTL ]; then
67 if [ -z $WRITES_STRICT ]; then
75 if [ ! -e ${WRITES_STRICT} ]; then
79 if [ "$old_strict" = "1" ]; then
87 if [ -z $PAGE_SIZE ]; then
90 if [ -z $MAX_DIGITS ]; then
93 if [ -z $INT_MAX ]; then
96 if [ -z $UINT_MAX ]; then
104 if [ $uid -ne 0 ]; then
109 if ! which perl 2> /dev/null > /dev/null; then
113 if ! which getconf 2> /dev/null > /dev/null; then
117 if ! which diff 2> /dev/null > /dev/null; then
125 if [ ! -d $DIR ]; then
126 if ! modprobe -q -n $TEST_DRIVER; then
131 if [ $? -ne 0 ]; then
165 if [ ! -z $TARGET ] && [ ! -z $ORIG ]; then
166 if [ -f ${TARGET} ]; then
181 if [ "${seen}" != "${TEST_STR}" ]; then
190 # then compare against that file.
196 if ! diff -w -q $TMP_DUMP_FILE $2; then
211 if [[ $rc != 0 ]]; then
222 if [ ! -z ${old_strict} ]; then
236 if ! verify "${TEST_FILE}"; then
244 if verify "${TARGET}"; then
253 if ! verify "${TARGET}"; then
262 if verify "${TARGET}"; then
276 if ! verify "${TARGET}"; then
286 if ! verify "${TARGET}"; then
296 if verify "${TARGET}"; then
307 if verify "${TARGET}"; then
325 if [ $? = 0 ] || [ "$(cat $TARGET)" != "$orig" ]; then
379 if ! verify "${TARGET}"; then
395 if verify "${TARGET}"; then
412 if ! verify "${TARGET}"; then
425 if verify "${TARGET}"; then
437 if ! verify "${TARGET}"; then
453 if ! verify_diff_w "${TARGET}"; then
470 if ! verify_diff_w "${TARGET}"; then
488 if ! verify_diff_w "${TARGET}"; then
505 if verify_diff_w "${TARGET}"; then
522 if ! verify "${TARGET}"; then
535 if verify "${TARGET}"; then
548 if verify "${TARGET}"; then
562 if ! verify "${TARGET}"; then
572 if verify "${TARGET}"; then
583 if ! grep -q B "${TARGET}"; then
594 if grep -q B "${TARGET}"; then
605 if grep -q B "${TARGET}"; then
616 if grep -q B "${TARGET}"; then
631 if [ ! -f ${TARGET} ] ; then
659 if [ "$((RANDOM % 2))" -eq "1" ]; then
671 if [ $? -ne 0 ]; then
677 if ! verify_diff_proc_file "$TARGET" "$TEST_FILE"; then
809 if ! [[ $1 =~ $re ]]; then
842 if target_exists $TEST_TARGET $TEST_ID; then
845 if [[ $ENABLED -eq "1" ]]; then
853 if [ $# -ne 3 ]; then
865 if [ $# -eq 1 ]; then
883 if target_exists $3 $1; then
898 if [ $# -eq 0 ]; then
901 if [[ "$1" = "all" ]]; then
903 elif [[ "$1" = "-w" ]]; then
906 elif [[ "$1" = "-t" ]]; then
910 elif [[ "$1" = "-c" ]]; then
915 elif [[ "$1" = "-s" ]]; then
918 elif [[ "$1" = "-l" ]]; then
920 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then