ash: support for && and || in [[ expr ]]; add testsuite checks
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
1
|
||||
0
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
# checks for [[ ]]
|
||||
|
||||
# && and ||
|
||||
[[ a && "" ]]; echo $?
|
||||
[[ a || "" ]]; echo $?
|
||||
Reference in New Issue
Block a user