aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/readonly3.tests
blob: 17780cfdaa617c53e9bb12aa84855ba46ac8d087 (plain)
1
2
3
4
readonly v=1
# there was a bug causing second assignment to be not checked
v=2 v=3 echo $v
echo Ok:$v