busybox/shell/hush_test/hush-misc/assignment2.tests

5 lines
115 B
Plaintext
Executable File

# This must not be interpreted as an assignment
a''=b true
echo $?
# (buglet: $? should be 127. it is currently 1)