Skip to content

Commit

Permalink
'fix' a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 21, 2024
1 parent 665e8a4 commit 2d92b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/20_mimicry/fseek.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Empty file - Read at 3: FILE*='
Empty file - Seek -2 from current: FILE*=-1 (errno=22), mulle_buffer=-1 (errno=22)
Empty file - Write 'X': FILE*=88 (errno=0), mulle_buffer=88 (errno=0)
Empty file - Seek to end: FILE*=-1 (errno=28), mulle_buffer=0 (errno=0)
Empty file - Final position: FILE*=0 (errno=0), mulle_buffer=4 (errno=0)
Empty file - Final position: FILE*=0 (errno=0), mulle_buffer=48 (errno=0)
Read-only file - Initial position: FILE*=0 (errno=0), mulle_buffer=0 (errno=0)
Read-only file - Seek to 3: FILE*=0 (errno=0), mulle_buffer=0 (errno=0)
Read-only file - Read at 3: FILE*=' ' (32) (errno=0), mulle_buffer=' ' (32) (errno=0)
Expand Down
1 change: 0 additions & 1 deletion test/20_mimicry/memopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ int main(void)
return 1;
}

printf("All tests passed\n");
return 0;
}

0 comments on commit 2d92b81

Please sign in to comment.