Bug 13531

Summary: ash: [[ x == "*" ]] (etc) is true
Product: Busybox Reporter: mahatma
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.33.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description mahatma 2021-02-11 00:32:23 UTC
ash:
[[ x == "*" ]]
[[ /123 == '/*' ]]
 - etc - is true.

Simple try: busybox ash -c '[[ x == "*" ]] && echo BUG'