aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/assignment2.tests
blob: a93a48d094e9464fe93b1db7606749fb349bf3f9 (plain)
1
2
3
4
5
# This must not be interpreted as an assignment
a''=b true
echo $?
a'b'=c true
echo $?