aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars/readonly0.right
blob: f3a6bde9eb39fd2cf0deef4ed6143214f16ab525 (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

Fail:1