Commit cf218ca
committed
fix(test): use /dev/null path for write-failure test on Linux
The test used /nonexistent/directory/ which root can create on Linux CI,
causing XCTAssertFalse(fileExists) to fail. /dev/null is a character
device so createDirectory always fails regardless of permissions.1 parent 9dc6bba commit cf218ca
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments