Commit 238023c
committed
Fix last Windows test failure - platform-specific invalid paths
- Use platform-aware invalid paths in test_export_handles_invalid_path
- Windows: Use 'NUL:' which is a reserved device name
- Linux: Use /dev/null/subdirectory which can't be created
- Original test used /invalid/path which could be created on Windows
- This completes Windows CI support - all tests should pass now\!1 parent 17b38ac commit 238023c
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
273 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
| |||
0 commit comments