X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffclose.c;h=3a25b521143f706e05ef945e19441380e6c72e83;hb=33515db12d3cc5e53a8bdea58d2cde299cba2267;hp=cfea90234a9e89e5ad76b8d9ee13b72bca750862;hpb=cc5d73c2db0ed51fcdf0b3c80fd043a7e91d4602;p=pdclib.old diff --git a/functions/stdio/fclose.c b/functions/stdio/fclose.c index cfea902..3a25b52 100644 --- a/functions/stdio/fclose.c +++ b/functions/stdio/fclose.c @@ -87,8 +87,8 @@ int main( void ) TESTCASE( _PDCLIB_filelist == file2 ); TESTCASE( fclose( file2 ) == 0 ); TESTCASE( _PDCLIB_filelist == stdin ); - remove( testfile1 ); - remove( testfile2 ); + TESTCASE( remove( testfile1 ) == 0 ); + TESTCASE( remove( testfile2 ) == 0 ); #else puts( " NOTEST fclose() test driver is PDCLib-specific." ); #endif