Lines Matching refs:then
1 if [ "$DESCRIPTION"x != x ]; then
4 if [ "$IMAGE"x = x ]; then
8 if [ "$FSCK_OPT"x = x ]; then
12 if [ "$SECOND_FSCK_OPT"x = x ]; then
16 if [ "$OUT1"x = x ]; then
20 if [ "$OUT2"x = x ]; then
24 if [ "$EXP1"x = x ]; then
25 if [ -f $test_dir/expect.1.gz ]; then
33 if [ "$EXP2"x = x ]; then
34 if [ -f $test_dir/expect.2.gz ]; then
42 if [ "$SKIP_GUNZIP" != "true" ] ; then
56 if [ "$ONE_PASS_ONLY" != "true" ]; then
66 if [ "$SKIP_VERIFY" != "true" ] ; then
70 if [ "$ONE_PASS_ONLY" != "true" ]; then
76 if [ "$PASS_ZERO" = "true" ]; then
83 if [ -z "$test_description" ] ; then
89 if [ "$status1" -eq 0 -a "$status2" -eq 0 -a "$status3" -eq 0 ] ; then
95 if [ "$PASS_ZERO" = "true" ]; then
100 if [ "$ONE_PASS_ONLY" != "true" ]; then
107 if [ "$SKIP_CLEANUP" != "true" ] ; then