Commit a2b7afa
committed
Fix tests that fail with SELinux enabled
After the introduction of the `:lookup` symbol as the default value of the
SELinux-related properties of the file resource, some tests now fail because
they expect the file resource to not have properties with such behaviour. This
commit disables SELinux for such tests. Note that the failures occur only when
the tests are executed on systems with SELinux enabled (e.g CentOS).1 parent 60c2777 commit a2b7afa
File tree
2 files changed
+10
-0
lines changed- spec/unit
- resource
- transaction
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments