diff --git a/test/20_mimicry/fseek.stdout b/test/20_mimicry/fseek.stdout index d2b8782..a6d7f94 100644 --- a/test/20_mimicry/fseek.stdout +++ b/test/20_mimicry/fseek.stdout @@ -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) diff --git a/test/20_mimicry/memopen.c b/test/20_mimicry/memopen.c index 46eb2f7..9c656f4 100644 --- a/test/20_mimicry/memopen.c +++ b/test/20_mimicry/memopen.c @@ -79,6 +79,5 @@ int main(void) return 1; } - printf("All tests passed\n"); return 0; }