Denys Vlasenko | 0eed355 | 2017-07-21 13:37:25 +0200 | [diff] [blame] | 1 | readonly a='A' |
2 | readonly b='B' | ||||
3 | Ok:0 | ||||
4 | |||||
5 | ./readonly0.tests: line 19: a: is read only | ||||
6 | Fail:2 | ||||
7 | ./readonly0.tests: readonly: line 21: a: is read only | ||||
8 | Fail:2 | ||||
9 | |||||
10 | ./readonly0.tests: export: line 27: a: is read only | ||||
11 | Fail:2 | ||||
12 | |||||
Denys Vlasenko | b28d4c3 | 2017-07-25 16:29:36 +0200 | [diff] [blame] | 13 | ./readonly0.tests: unset: line 44: a: is read only |