aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/readonly0.right
blob: 9688d2e5f1d1aa5974443fa2ac9936b259ee9fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
readonly a=A
readonly b=B
Ok:0
hush: a=A: readonly variable
Fail:1
hush: a=A: readonly variable
Fail:1
hush: a=A: readonly variable
Fail:1
Visible:0
hush: a: readonly variable
Fail:1