Changeset 025f9c5 for tests/configs


Ignore:
Timestamp:
Sep 11, 2024, 1:33:42 PM (16 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
efe697d
Parents:
a35e342
Message:

Update 'fork+exec' test utility to be valid also in C and C++.

Location:
tests/configs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/parsebools.cfa

    ra35e342 r025f9c5  
    5050}
    5151
    52 int true_main( const char * path, char * env[] ) {
     52int true_main( const char * path, const char * env[] ) {
    5353        printf( "no arg:\n" );
    5454        if ( pid_t child = strict_fork(); child == 0 ) {
  • tests/configs/parsenums.cfa

    ra35e342 r025f9c5  
    6161}
    6262
    63 int true_main( const char * path, char * env[] ) {
     63int true_main( const char * path, const char * env[] ) {
    6464        printf( "no arg:\n" );
    6565        if ( pid_t child = strict_fork(); child == 0 ) {
Note: See TracChangeset for help on using the changeset viewer.