Lines Matching full:then

47 	if [ -z $DIR ]; then
50 if [ -z $DEFAULT_NUM_TESTS ]; then
53 if [ -z $SYSCTL ]; then
56 if [ -z $PROD_SYSCTL ]; then
59 if [ -z $WRITES_STRICT ]; then
67 if [ ! -e ${WRITES_STRICT} ]; then
71 if [ "$old_strict" = "1" ]; then
79 if [ -z $PAGE_SIZE ]; then
82 if [ -z $MAX_DIGITS ]; then
85 if [ -z $INT_MAX ]; then
88 if [ -z $UINT_MAX ]; then
96 if [ $uid -ne 0 ]; then
101 if ! which perl 2> /dev/null > /dev/null; then
105 if ! which getconf 2> /dev/null > /dev/null; then
109 if ! which diff 2> /dev/null > /dev/null; then
117 if [ ! -d $SYSCTL ]; then
118 if ! modprobe -q -n $TEST_DRIVER; then
124 if [ $? -ne 0 ]; then
159 if [ ! -z $TARGET ] && [ ! -z $ORIG ]; then
160 if [ -f ${TARGET} ]; then
175 if [ "${seen}" != "${TEST_STR}" ]; then
184 # then compare against that file.
190 if ! diff -w -q $TMP_DUMP_FILE $2; then
205 if [[ $rc != 0 ]]; then
216 if [ ! -z ${old_strict} ]; then
230 if ! verify "${TEST_FILE}"; then
238 if verify "${TARGET}"; then
247 if ! verify "${TARGET}"; then
256 if verify "${TARGET}"; then
270 if ! verify "${TARGET}"; then
280 if ! verify "${TARGET}"; then
290 if verify "${TARGET}"; then
301 if verify "${TARGET}"; then
319 if [ $? = 0 ] || [ "$(cat $TARGET)" != "$orig" ]; then
373 if ! verify "${TARGET}"; then
389 if verify "${TARGET}"; then
406 if ! verify "${TARGET}"; then
419 if verify "${TARGET}"; then
431 if ! verify "${TARGET}"; then
447 if ! verify_diff_w "${TARGET}"; then
464 if ! verify_diff_w "${TARGET}"; then
482 if ! verify_diff_w "${TARGET}"; then
499 if verify_diff_w "${TARGET}"; then
516 if ! verify "${TARGET}"; then
529 if verify "${TARGET}"; then
542 if verify "${TARGET}"; then
556 if ! verify "${TARGET}"; then
566 if verify "${TARGET}"; then
577 if ! grep -q B "${TARGET}"; then
588 if grep -q B "${TARGET}"; then
599 if grep -q B "${TARGET}"; then
610 if grep -q B "${TARGET}"; then
625 if [ ! -f ${TARGET} ] ; then
653 if [ "$((RANDOM % 2))" -eq "1" ]; then
665 if [ $? -ne 0 ]; then
671 if ! verify_diff_proc_file "$TARGET" "$TEST_FILE"; then
752 if [ ! -f $TARGET ]; then
757 if [ -d $DIR ]; then
766 if [ x$ORIG = "x1" ]; then
772 if [ ! -f /proc/cmdline ]; then
778 if [ $FOUND = "1" ]; then
792 if [ ! -f $TARGET ]; then
800 if [ $ORIG_VALUE -ne 1 ]; then
866 if ! [[ $1 =~ $re ]]; then
899 if target_exists $TEST_TARGET $TEST_ID; then
902 if [[ $ENABLED -eq "1" ]]; then
910 if [ $# -ne 3 ]; then
922 if [ $# -eq 1 ]; then
940 if target_exists $3 $1; then
955 if [ $# -eq 0 ]; then
958 if [[ "$1" = "all" ]]; then
960 elif [[ "$1" = "-w" ]]; then
963 elif [[ "$1" = "-t" ]]; then
967 elif [[ "$1" = "-c" ]]; then
972 elif [[ "$1" = "-s" ]]; then
975 elif [[ "$1" = "-l" ]]; then
977 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then