Commit 17e031a
committed
fix(mkdir): remove Windows error message assertion in quote test
Windows test was failing because the error message for invalid directory
names with quotes doesn't contain the expected strings. Different Windows
versions and locales use different error messages.
The test now focuses on the core behavior:
- Unix: Should succeed and create directories with quotes
- Windows: Should fail and not create directories with quotes
This makes the test more robust across different Windows environments
while still verifying the platform-specific behavior.1 parent 9ddbca6 commit 17e031a
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
| 602 | + | |
| 603 | + | |
607 | 604 | | |
608 | 605 | | |
609 | 606 | | |
| |||
0 commit comments