Lines Matching full:then
42 if [ -z $DIR ]; then
45 if [ -z $DEFAULT_NUM_TESTS ]; then
48 if [ -z $SYSCTL ]; then
51 if [ -z $PROD_SYSCTL ]; then
54 if [ -z $WRITES_STRICT ]; then
62 if [ ! -e ${WRITES_STRICT} ]; then
66 if [ "$old_strict" = "1" ]; then
74 if [ -z $PAGE_SIZE ]; then
77 if [ -z $MAX_DIGITS ]; then
80 if [ -z $INT_MAX ]; then
83 if [ -z $UINT_MAX ]; then
91 if [ $uid -ne 0 ]; then
96 if ! which perl 2> /dev/null > /dev/null; then
100 if ! which getconf 2> /dev/null > /dev/null; then
104 if ! which diff 2> /dev/null > /dev/null; then
112 if [ ! -d $SYSCTL ]; then
113 if ! modprobe -q -n $TEST_DRIVER; then
119 if [ $? -ne 0 ]; then
154 if [ ! -z $TARGET ] && [ ! -z $ORIG ]; then
155 if [ -f ${TARGET} ]; then
170 if [ "${seen}" != "${TEST_STR}" ]; then
179 # then compare against that file.
185 if ! diff -w -q $TMP_DUMP_FILE $2; then
200 if [[ $rc != 0 ]]; then
211 if [ ! -z ${old_strict} ]; then
225 if ! verify "${TEST_FILE}"; then
233 if verify "${TARGET}"; then
242 if ! verify "${TARGET}"; then
251 if verify "${TARGET}"; then
265 if ! verify "${TARGET}"; then
275 if ! verify "${TARGET}"; then
285 if verify "${TARGET}"; then
296 if verify "${TARGET}"; then
314 if [ $? = 0 ] || [ "$(cat $TARGET)" != "$orig" ]; then
368 if ! verify "${TARGET}"; then
384 if verify "${TARGET}"; then
401 if ! verify "${TARGET}"; then
414 if verify "${TARGET}"; then
426 if ! verify "${TARGET}"; then
442 if ! verify_diff_w "${TARGET}"; then
459 if ! verify_diff_w "${TARGET}"; then
477 if ! verify_diff_w "${TARGET}"; then
494 if verify_diff_w "${TARGET}"; then
511 if ! verify "${TARGET}"; then
524 if verify "${TARGET}"; then
537 if verify "${TARGET}"; then
551 if ! verify "${TARGET}"; then
561 if verify "${TARGET}"; then
572 if ! grep -q B "${TARGET}"; then
583 if grep -q B "${TARGET}"; then
594 if grep -q B "${TARGET}"; then
605 if grep -q B "${TARGET}"; then
620 if [ ! -f ${TARGET} ] ; then
647 if [ "$((RANDOM % 2))" -eq "1" ]; then
659 if [ $? -ne 0 ]; then
665 if ! verify_diff_proc_file "$TARGET" "$TEST_FILE"; then
748 if [ ! -f $TARGET ]; then
753 if [ -d $DIR ]; then
761 if [ x$ORIG = "x1" ]; then
766 if [ ! -f /proc/cmdline ]; then
772 if [ $FOUND = "1" ]; then
788 if [ ! -f $TARGET ]; then
795 if [ $ORIG_VALUE -ne 1 ]; then
809 if [ -d $TARGET ]; then
823 if [ -d $TARGET ]; then
837 if [ ! -d ${TARGET} ]; then
844 if [ ! -d ${TARGET2} ]; then
913 if ! [[ $1 =~ $re ]]; then
958 if target_exists $TEST_TARGET $TEST_ID; then
960 if [[ $TEST_SKIP -eq "1" ]]; then
976 if [[ $ENABLED -eq "1" ]]; then
984 if [ $# -ne 3 ]; then
996 if [ $# -eq 1 ]; then
1014 if skip_test $TEST_ID $TARGET; then
1030 if [ $# -eq 0 ]; then
1033 if [[ "$1" = "all" ]]; then
1035 elif [[ "$1" = "-w" ]]; then
1038 elif [[ "$1" = "-t" ]]; then
1042 elif [[ "$1" = "-c" ]]; then
1047 elif [[ "$1" = "-s" ]]; then
1050 elif [[ "$1" = "-l" ]]; then
1052 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then