X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffclose.c;h=3a25b521143f706e05ef945e19441380e6c72e83;hp=cfea90234a9e89e5ad76b8d9ee13b72bca750862;hb=2612fba05258dfde899375db0aa88e65c337395d;hpb=fba3dbaded374d4a73d405770491779bc92289b7 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