Lines Matching full:then
41 if [ -z $DIR ]; then
44 if [ -z $DEFAULT_NUM_TESTS ]; then
47 if [ -z $SYSCTL ]; then
50 if [ -z $PROD_SYSCTL ]; then
53 if [ -z $WRITES_STRICT ]; then
61 if [ ! -e ${WRITES_STRICT} ]; then
65 if [ "$old_strict" = "1" ]; then
73 if [ -z $PAGE_SIZE ]; then
76 if [ -z $MAX_DIGITS ]; then
79 if [ -z $INT_MAX ]; then
82 if [ -z $UINT_MAX ]; then
90 if [ $uid -ne 0 ]; then
95 if ! which perl 2> /dev/null > /dev/null; then
99 if ! which getconf 2> /dev/null > /dev/null; then
103 if ! which diff 2> /dev/null > /dev/null; then
111 if [ ! -d $SYSCTL ]; then
112 if ! modprobe -q -n $TEST_DRIVER; then
118 if [ $? -ne 0 ]; then
153 if [ ! -z $TARGET ] && [ ! -z $ORIG ]; then
154 if [ -f ${TARGET} ]; then
169 if [ "${seen}" != "${TEST_STR}" ]; then
178 # then compare against that file.
184 if ! diff -w -q $TMP_DUMP_FILE $2; then
199 if [[ $rc != 0 ]]; then
210 if [ ! -z ${old_strict} ]; then
224 if ! verify "${TEST_FILE}"; then
232 if verify "${TARGET}"; then
241 if ! verify "${TARGET}"; then
250 if verify "${TARGET}"; then
264 if ! verify "${TARGET}"; then
274 if ! verify "${TARGET}"; then
284 if verify "${TARGET}"; then
295 if verify "${TARGET}"; then
313 if [ $? = 0 ] || [ "$(cat $TARGET)" != "$orig" ]; then
367 if ! verify "${TARGET}"; then
383 if verify "${TARGET}"; then
400 if ! verify "${TARGET}"; then
413 if verify "${TARGET}"; then
425 if ! verify "${TARGET}"; then
441 if ! verify_diff_w "${TARGET}"; then
458 if ! verify_diff_w "${TARGET}"; then
476 if ! verify_diff_w "${TARGET}"; then
493 if verify_diff_w "${TARGET}"; then
510 if ! verify "${TARGET}"; then
523 if verify "${TARGET}"; then
536 if verify "${TARGET}"; then
550 if ! verify "${TARGET}"; then
560 if verify "${TARGET}"; then
571 if ! grep -q B "${TARGET}"; then
582 if grep -q B "${TARGET}"; then
593 if grep -q B "${TARGET}"; then
604 if grep -q B "${TARGET}"; then
619 if [ ! -f ${TARGET} ] ; then
646 if [ "$((RANDOM % 2))" -eq "1" ]; then
658 if [ $? -ne 0 ]; then
664 if ! verify_diff_proc_file "$TARGET" "$TEST_FILE"; then
745 if [ ! -f $TARGET ]; then
750 if [ -d $DIR ]; then
759 if [ x$ORIG = "x1" ]; then
765 if [ ! -f /proc/cmdline ]; then
771 if [ $FOUND = "1" ]; then
785 if [ ! -f $TARGET ]; then
793 if [ $ORIG_VALUE -ne 1 ]; then
807 if [ -d $TARGET ]; then
821 if [ -d $TARGET ]; then
889 if ! [[ $1 =~ $re ]]; then
934 if target_exists $TEST_TARGET $TEST_ID; then
936 if [[ $TEST_SKIP -eq "1" ]]; then
952 if [[ $ENABLED -eq "1" ]]; then
960 if [ $# -ne 3 ]; then
972 if [ $# -eq 1 ]; then
990 if skip_test $TEST_ID $TARGET; then
1006 if [ $# -eq 0 ]; then
1009 if [[ "$1" = "all" ]]; then
1011 elif [[ "$1" = "-w" ]]; then
1014 elif [[ "$1" = "-t" ]]; then
1018 elif [[ "$1" = "-c" ]]; then
1023 elif [[ "$1" = "-s" ]]; then
1026 elif [[ "$1" = "-l" ]]; then
1028 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then