• Home
  • Raw
  • Download

Lines Matching full:then

39 	     -z "$TST_NO_CLEANUP" ]; then
43 if [ "$TST_NEEDS_DEVICE" = 1 -a "$TST_DEVICE_FLAG" = 1 ]; then
44 if ! tst_device release "$TST_DEVICE"; then
49 if [ "$TST_NEEDS_TMPDIR" = 1 -a -n "$TST_TMPDIR" ]; then
54 if [ $TST_FAIL -gt 0 ]; then
58 if [ $TST_BROK -gt 0 ]; then
62 if [ $TST_WARN -gt 0 ]; then
66 if [ $TST_CONF -gt 0 ]; then
120 if [ $? -ne 0 ]; then
128 if [ $? -ne 0 ]; then
136 if [ $? -eq 0 ]; then
147 if [ $? -ne 0 ]; then
159 if ! grep -q "$device" /proc/mounts; then
165 if umount "$device" > /dev/null; then
188 if [ -z "$fs_type" ]; then
192 if [ -z "$device" ]; then
205 if ! command -v $cmd > /dev/null 2>&1; then
219 if [ -n "$TST_USAGE" ]; then
239 if [ "$1" = "$res" ]; then
248 if [ -n "$TST_TEST_PATH" ]; then
273 if ! tst_is_int "$TST_ITERATIONS"; then
277 if [ "$TST_ITERATIONS" -le 0 ]; then
281 if [ "$TST_NEEDS_ROOT" = 1 ]; then
282 if [ "$(id -ru)" != 0 ]; then
289 if [ "$TST_NEEDS_TMPDIR" = 1 ]; then
290 if [ -z "$TMPDIR" ]; then
303 if [ "$TST_NEEDS_DEVICE" = 1 ]; then
304 if [ -z ${TST_TMPDIR} ]; then
310 if [ -z "$TST_DEVICE" ]; then
317 if [ -n "$TST_NEEDS_MODULE" ]; then
322 if [ -f "$tst_module" ]; then
328 if [ -z "$TST_MODPATH" ]; then
335 if [ -n "$TST_SETUP" ]; then
342 if [ -n "$TST_CNT" ]; then
343 if type test1 > /dev/null 2>&1; then
370 if TST_TEST_PATH=$(which $0) 2>/dev/null; then
371 if ! grep -q tst_run "$TST_TEST_PATH"; then
376 if [ -z "$TST_ID" ]; then
381 if [ -z "$TST_TESTFUNC" ]; then
385 if [ -n "$TST_CNT" ]; then
386 if ! tst_is_int "$TST_CNT"; then
390 if [ "$TST_CNT" -le 0 ]; then
395 if [ -n "$TST_POS_ARGS" ]; then
396 if ! tst_is_int "$TST_POS_ARGS"; then
400 if [ "$TST_POS_ARGS" -le 0 ]; then
405 if [ -z "$LTPROOT" ]; then
423 if [ -n "$TST_POS_ARGS" ]; then
424 if [ -z "$TST_PRINT_HELP" -a $# -ne "$TST_POS_ARGS" ]; then
429 if [ -z "$TST_PRINT_HELP" -a $# -ne 0 ]; then