X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffreopen.c;h=682e3c6c1e8f4eee7e1839cf6e60ba2fb7f724dd;hp=2d900fd510dfeab1cc26ca1ea9d046bef2b10f78;hb=2612fba05258dfde899375db0aa88e65c337395d;hpb=fba3dbaded374d4a73d405770491779bc92289b7 diff --git a/functions/stdio/freopen.c b/functions/stdio/freopen.c index 2d900fd..682e3c6 100644 --- a/functions/stdio/freopen.c +++ b/functions/stdio/freopen.c @@ -96,8 +96,8 @@ int main( void ) TESTCASE( fclose( fin ) == 0 ); TESTCASE( fclose( fout ) == 0 ); - remove( testfile1 ); - remove( testfile2 ); + TESTCASE( remove( testfile1 ) == 0 ); + TESTCASE( remove( testfile2 ) == 0 ); return TEST_RESULTS; }