X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Frename.c;h=66ba2b8fbfce0b0c0905f6b27166129c43121c3c;hb=d828dd855f3cb73434171fce21ea50756fec558a;hp=8e2d3e0bb0306daa0a541208e030a95cae38e8b0;hpb=831a440426dcd5b6da5a7d4de757ab6ea50b3b4a;p=pdclib.old 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; }