Index: ossp-pkg/l2/l2_epreuve.c RCS File: /v/ossp/cvs/ossp-pkg/l2/Attic/l2_epreuve.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/l2/Attic/l2_epreuve.c,v' 2>/dev/null --- l2_epreuve.c 2001/08/22 18:08:13 1.2 +++ l2_epreuve.c 2001/08/23 05:32:45 1.3 @@ -101,16 +101,6 @@ if (iRet != L2_OK) return 1; - fprintf(stderr, "\nThis next test should not return any data, because "\ - "we are\ntrying to read the buffer after it has been flushed.\n"\ - " Buffer contents: "); - if (strlen(*(char **)pMyBChannel->context.vp)) - fprintf(stderr, *(char **)pMyBChannel->context.vp); - else - fprintf(stderr, "(Nada)"); - fputc('\n', stderr); - fputc('\n', stderr); - iRet = l2_channel_close(pMyBChannel); if (iRet != L2_OK) return 1;