mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[MSVCRT_WINETEST]
sync msvcrt_winetest to wine 1.1.39 svn path=/trunk/; revision=45829
This commit is contained in:
parent
a9dc9cbcfb
commit
d8bd52c185
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ static void test_file_write_read( void )
|
|||
/* test _read in buffered mode. Last CR should be skipped but LF not pulled in */
|
||||
tempfd = _open(tempf,_O_RDONLY|_O_TEXT); /* open in TEXT mode */
|
||||
i = _read(tempfd,btext, strlen(mytext));
|
||||
ok(i == strlen(mytext)-1, "_read_i %d vs %d\n", i, strlen(mytext));
|
||||
ok(i == strlen(mytext)-1, "_read_i %d\n", i);
|
||||
_close(tempfd);
|
||||
|
||||
ret =_chmod (tempf, _S_IREAD | _S_IWRITE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue