Lines Matching full:then

46 	if [ -z $DIR ]; then
49 if [ -z $DEFAULT_NUM_TESTS ]; then
52 if [ -z $SYSCTL ]; then
55 if [ -z $PROD_SYSCTL ]; then
58 if [ -z $WRITES_STRICT ]; then
66 if [ ! -e ${WRITES_STRICT} ]; then
70 if [ "$old_strict" = "1" ]; then
78 if [ -z $PAGE_SIZE ]; then
81 if [ -z $MAX_DIGITS ]; then
84 if [ -z $INT_MAX ]; then
87 if [ -z $UINT_MAX ]; then
95 if [ $uid -ne 0 ]; then
100 if ! which perl 2> /dev/null > /dev/null; then
104 if ! which getconf 2> /dev/null > /dev/null; then
108 if ! which diff 2> /dev/null > /dev/null; then
116 if [ ! -d $SYSCTL ]; then
117 if ! modprobe -q -n $TEST_DRIVER; then
123 if [ $? -ne 0 ]; then
158 if [ ! -z $TARGET ] && [ ! -z $ORIG ]; then
159 if [ -f ${TARGET} ]; then
174 if [ "${seen}" != "${TEST_STR}" ]; then
183 # then compare against that file.
189 if ! diff -w -q $TMP_DUMP_FILE $2; then
204 if [[ $rc != 0 ]]; then
215 if [ ! -z ${old_strict} ]; then
229 if ! verify "${TEST_FILE}"; then
237 if verify "${TARGET}"; then
246 if ! verify "${TARGET}"; then
255 if verify "${TARGET}"; then
269 if ! verify "${TARGET}"; then
279 if ! verify "${TARGET}"; then
289 if verify "${TARGET}"; then
300 if verify "${TARGET}"; then
318 if [ $? = 0 ] || [ "$(cat $TARGET)" != "$orig" ]; then
372 if ! verify "${TARGET}"; then
388 if verify "${TARGET}"; then
405 if ! verify "${TARGET}"; then
418 if verify "${TARGET}"; then
430 if ! verify "${TARGET}"; then
446 if ! verify_diff_w "${TARGET}"; then
463 if ! verify_diff_w "${TARGET}"; then
481 if ! verify_diff_w "${TARGET}"; then
498 if verify_diff_w "${TARGET}"; then
515 if ! verify "${TARGET}"; then
528 if verify "${TARGET}"; then
541 if verify "${TARGET}"; then
555 if ! verify "${TARGET}"; then
565 if verify "${TARGET}"; then
576 if ! grep -q B "${TARGET}"; then
587 if grep -q B "${TARGET}"; then
598 if grep -q B "${TARGET}"; then
609 if grep -q B "${TARGET}"; then
624 if [ ! -f ${TARGET} ] ; then
652 if [ "$((RANDOM % 2))" -eq "1" ]; then
664 if [ $? -ne 0 ]; then
670 if ! verify_diff_proc_file "$TARGET" "$TEST_FILE"; then
751 if [ ! -f $TARGET ]; then
756 if [ -d $DIR ]; then
765 if [ x$ORIG = "x1" ]; then
771 if [ ! -f /proc/cmdline ]; then
777 if [ $FOUND = "1" ]; then
843 if ! [[ $1 =~ $re ]]; then
876 if target_exists $TEST_TARGET $TEST_ID; then
879 if [[ $ENABLED -eq "1" ]]; then
887 if [ $# -ne 3 ]; then
899 if [ $# -eq 1 ]; then
917 if target_exists $3 $1; then
932 if [ $# -eq 0 ]; then
935 if [[ "$1" = "all" ]]; then
937 elif [[ "$1" = "-w" ]]; then
940 elif [[ "$1" = "-t" ]]; then
944 elif [[ "$1" = "-c" ]]; then
949 elif [[ "$1" = "-s" ]]; then
952 elif [[ "$1" = "-l" ]]; then
954 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then