X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffscan_sources.incl;h=704c5428e8065e38cf67217694fe20393cac3fa6;hb=cbd7fc65775365c1c63b565cc7aee1093a069205;hp=6502356878096bd424580e4178f1b057b0f72855;hpb=e225d3c69eaaeb3203de2532bb4eb37d1f813de7;p=pdclib diff --git a/functions/stdio/fscan_sources.incl b/functions/stdio/fscan_sources.incl index 6502356..704c542 100644 --- a/functions/stdio/fscan_sources.incl +++ b/functions/stdio/fscan_sources.incl @@ -33,10 +33,12 @@ TESTCASE( fwrite( "abcdefgh-ijklmnop[qrs%uvw]xyz", 1, 29, alpha ) == 29 ); rewind( alpha ); +#ifndef REGTEST FILE * special = fopen( "scanf_testdata_special", "wb+" ); TESTCASE( special != NULL ); TESTCASE( fwrite( "-0xz\n", 1, 5, special ) == 5 ); rewind( special ); +#endif /* fscan */