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