Commit a997ab0
committed
common/rc, dm/003, nvme/065: move TO_SKIP to common/rc
TO_SKIP is defined as readonly at two places in dm/003 and nvme/065.
When these two test cases are run at once, bash complains that the
readonly value is assigned twice. To avoid the error, do not declare the
value as readonly. Also, move the declarations of TO_SKIP to common/rc
to avoid the duplicated declarations.
Reported-by: Yi Zhang <[email protected]>
Link: #204
Signed-off-by: Shin'ichiro Kawasaki <[email protected]>1 parent fe9398a commit a997ab0
3 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
0 commit comments