Commit 86f91d3
committed
Remove assertion about theoretical path separators (elastic#122069)
The only real path separators are either forward or back slash. Trying
to use something else like newline fails to even parse as a path on
windows. This commit removes testing of other separators.
closes elastic#1218721 parent 8666ef0 commit 86f91d3
File tree
1 file changed
+0
-3
lines changed- libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
| |||
0 commit comments