Changeset 924

Timestamp:
Jul 31, 2011, 11:29:50 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests/process/child: Comment out debug stuff.

As this breaks process-sync-test.cmd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/child/child.c

    r921 r924  
    22#include <stdlib.h>
    33#include <fcntl.h>
    4 #include <io.h>
     4#include <.h>
    55
    66#ifdef __OS2__
     7
     8
    79
    810#define INCL_DOSFILEMGR
     
    3335#endif
    3436
     37
    3538        printf("isatty(stdin) %d\r\n", isatty(fileno(stdin)));
    3639        printf("isatty(stdout) %d\r\n", isatty(fileno(stdout)));
     
    4245    doDosQueryHType((HFILE)2);
    4346#endif
    44    
     47#endif   
     48
    4549    if( argc > 2 )
    4650    {
Note: See TracChangeset for help on using the changeset viewer.