source: tests/meta/.expect/fork+exec.txt @ 481f882

ADTast-experimental
Last change on this file since 481f882 was 481f882, checked in by Thierry Delisle <tdelisle@…>, 20 months ago

Added some missing headers and cleaned up some of the fork+exec stuff.

  • Property mode set to 100644
File size: 608 bytes
Line 
1no arg:
2arguments are:
3    None
4Success!
5Child status:
6IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
7
81 arg:
9arguments are:
10    'Hello World!'
11Success!
12Child status:
13IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
14
155 arg:
16arguments are:
17    'Hi,'
18    'my'
19    'name'
20    'is'
21    'Fred'
22Success!
23Child status:
24IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
25
26All Done!
Note: See TracBrowser for help on using the repository browser.