Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 126) sorted by relevance

123456

/busybox-1.35.0/shell/hush_test/hush-leak/
Dleak_argv1.tests13 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
14 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
15 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
16 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi
17 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi
18 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi
19 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi
20 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi
21 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi
22 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi
[all …]
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var.tests20 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
21 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
22 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
23 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi
24 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi
25 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi
26 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi
27 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi
28 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi
29 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi
[all …]
Dleak_var2.tests11 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
12 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
13 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
14 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi
30 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi
31 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi
32 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi
33 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi
39 if test $kb -le 4; then
Dleak_all2.tests17 then echo not run
19 then none
23 if echo $local_var; then cat <<HERE
45 then echo not run
47 then none
51 if echo $local_var; then cat <<HERE
71 then echo not run
73 then none
77 if echo $local_var; then cat <<HERE
89 if test $kb -le 4; then
/busybox-1.35.0/testsuite/expr/
Dexpr-works21 if [ $? != 1 ] ; then
26 if [ $? != 1 ] ; then
31 if [ $? != 1 ] ; then
36 if [ $? != 1 ] ; then
41 if [ $? != 1 ] ; then
46 if [ $? != 1 ] ; then
51 if [ $? != 1 ] ; then
56 if [ $? != 1 ] ; then
/busybox-1.35.0/shell/hush_test/hush-misc/
Dnommu2.tests1 echo Not shown | if true; then echo $(echo Ok); fi
2 echo Not shown | if true; then echo `echo Ok`; fi
3 echo Not shown | ( if true; then echo $(echo Ok); fi )
4 echo Not shown | ( if true; then echo `echo Ok`; fi )
Dassignment1.tests3 if a=1 true; then a=1 true; elif a=1 true; then a=1 true; else a=1 true; fi
11 then a=1 true
13 then a=1 true
29 a=1 true; then
31 a=1 true; then
Dfor_with_keywords.right3 then
Dif_false_exitcode.tests1 if false; then echo Bad; fi
/busybox-1.35.0/shell/ash_test/ash-misc/
Dnommu2.tests1 echo Not shown | if true; then echo $(echo Ok); fi
2 echo Not shown | if true; then echo `echo Ok`; fi
3 echo Not shown | ( if true; then echo $(echo Ok); fi )
4 echo Not shown | ( if true; then echo `echo Ok`; fi )
Dassignment1.tests3 if a=1 true; then a=1 true; elif a=1 true; then a=1 true; else a=1 true; fi
11 then a=1 true
13 then a=1 true
29 a=1 true; then
31 a=1 true; then
Dfor_with_keywords.right3 then
Dif_false_exitcode.tests1 if false; then echo Bad; fi
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith-for.testsx11 if (( i >= 3 )); then
26 if (( i > 2 )); then
36 if (( i > 2 )); then
57 if (( i >= 3 )); then
66 if (( i < 3 )); then
Darith-for.right23 if (( i >= 3 )); then
36 if (( i > 2 )); then
45 if (( i > 2 )); then
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dgroups_and_keywords1.tests2 if { echo foo; } then { echo bar; } fi
8 while if echo foo; then echo bar; fi do echo baz; break; done
Dargv0.tests1 if test $# = 0; then
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dgroups_and_keywords1.tests2 if { echo foo; } then { echo bar; } fi
8 while if echo foo; then echo bar; fi do echo baz; break; done
Dargv0.tests1 if test $# = 0; then
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc8.right1 hush: syntax error at 'then'
Dheredoc8.tests3 <<EOF; then <W
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal1.tests19 if wait %%; then
22 elif [ $? = 127 ]; then
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal1.tests19 if wait %%; then
22 elif [ $? = 127 ]; then
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc8.right1 ./heredoc8.tests: line 3: syntax error: unexpected "then"
Dheredoc8.tests3 <<EOF; then <W

123456