fix: moved test scripts to functionnal testing
This commit is contained in:
parent
37e430a234
commit
b6305c2453
4 changed files with 0 additions and 3 deletions
|
|
@ -1,17 +0,0 @@
|
|||
true
|
||||
echo 'true =' $?
|
||||
|
||||
false
|
||||
echo 'false =' $?
|
||||
|
||||
false && true
|
||||
echo 'false && true =' $?
|
||||
|
||||
true && false
|
||||
echo 'true && false =' $?
|
||||
|
||||
true || false
|
||||
echo 'true || false =' $?
|
||||
|
||||
false || true
|
||||
echo 'false || true =' $?
|
||||
Loading…
Add table
Add a link
Reference in a new issue