Commit 7488379
committed
Fix integration tests for windows
* the subdirectory/filename tag in Windows has a different separator,
match on both that and the linux separator.
* The trailing space appears to be removed by `os.Mkdir()` on Windows,
remove it to make that test pass, as we already test that a space is
ignored earlier in that string.1 parent 7578d10 commit 7488379
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments