X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Frename.c;h=66ba2b8fbfce0b0c0905f6b27166129c43121c3c;hb=f9f9ce7e59f5e144c6506e516454f2acc26cdbeb;hp=8e2d3e0bb0306daa0a541208e030a95cae38e8b0;hpb=41d961304327a91980f408494bb99c5f60278291;p=pdclib diff --git a/functions/stdio/rename.c b/functions/stdio/rename.c index 8e2d3e0..66ba2b8 100644 --- a/functions/stdio/rename.c +++ b/functions/stdio/rename.c @@ -27,7 +27,7 @@ int main( void ) #ifndef REGTEST TESTCASE( NO_TESTDRIVER ); #else - puts( "No testing of rename() - test driver does not know internals of system function." ); + puts( " NOTEST rename() test driver is PDCLib-specific." ); #endif return TEST_RESULTS; }