~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to shell/ash_test/ash-vars/readonly0.right

  • Committer: mmach
  • Date: 2021-04-14 13:54:24 UTC
  • Revision ID: netbit73@gmail.com-20210414135424-8x3fxf716zs4wflb
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
13
./readonly0.tests: unset: line 44: a: is read only