]> pd.if.org Git - pdclib/blobdiff - functions/stdio/remove.c
Disabled regtests for functionality internal to PDCLib.
[pdclib] / functions / stdio / remove.c
index 0318c21d7cbeef2cf81049db8658447dc46d11f7..510a4e283c76828030c6b6e15a0be0e7f91f8e77 100644 (file)
@@ -24,7 +24,11 @@ int remove( const char * filename )
 
 int main( void )
 {
+#ifndef REGTEST
     TESTCASE( NO_TESTDRIVER );
+#else
+    puts( "No testing of remove() - test driver does not know internals of system function." );
+#endif
     return TEST_RESULTS;
 }