summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/assignment2.tests (plain)
blob: 540e01ec2389e27900f46aa19d3565837201ac5d
1# This must not be interpreted as an assignment
2a''=b true
3echo $?
4# (buglet: $? should be 127. it is currently 1)
5