Commit b6a2979
committed
Fix Windows CI failures in ConfigTest and InstanceTest
- ConfigTest.listShortCommand: split assertion to avoid \r\n mismatch
on Windows where line separators differ from \n
- InstanceImpl.packageInZip: normalize zip entry paths to use forward
slashes, fixing InstanceTest.packageCommand on Windows where
Path.toString() uses backslashes1 parent a92bc4c commit b6a2979
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- instance/src/main/java/org/apache/karaf/instance/core/internal
- itests/test/src/test/java/org/apache/karaf/itests
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments