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