aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars/readonly0.right
blob: ecc4054f8c101ffcea08246f02b77b8e97c48016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
readonly a='A'
readonly b='B'
Ok:0

./readonly0.tests: line 19: a: is read only
Fail:2
./readonly0.tests: readonly: line 21: a: is read only
Fail:2

./readonly0.tests: export: line 27: a: is read only
Fail:2

./readonly0.tests: unset: line 44: a: is read only