Commit da2ce2d
fix(test): use _wfopen for UTF-8 path in attachment_ref_move test
The test creates a file using an absolute path from opts->run->run_path.
When UTF8_TEST_CWD=1, this path contains Thai characters that cannot be
represented in the Windows ANSI codepage, causing fopen() to fail. Use
_wfopen() with the wide-string path on Windows.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 924b1d0 commit da2ce2d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1055 | 1058 | | |
| 1059 | + | |
1056 | 1060 | | |
1057 | 1061 | | |
1058 | 1062 | | |
| |||
0 commit comments