source: tests/meta/.expect/fork+exec.txt @ 116a2ea

ADTast-experimental
Last change on this file since 116a2ea was a659b31, checked in by Thierry Delisle <tdelisle@…>, 21 months ago

Added meta test to check exec+fork options to validating args

  • Property mode set to 100644
File size: 704 bytes
Line 
1no arg:
2arguments are:
3    None
4Success!
5Child status:
6    WIFEXITED   : 1
7    WEXITSTATUS : 0
8    WIFSIGNALED : 0
9    WTERMSIG    : 0
10    WCOREDUMP   : 0
11    WIFSTOPPED  : 0
12    WSTOPSIG    : 0
13    WIFCONTINUED: 0
141 arg:
15arguments are:
16    'Hello World!'
17Success!
18Child status:
19    WIFEXITED   : 1
20    WEXITSTATUS : 0
21    WIFSIGNALED : 0
22    WTERMSIG    : 0
23    WCOREDUMP   : 0
24    WIFSTOPPED  : 0
25    WSTOPSIG    : 0
26    WIFCONTINUED: 0
275 arg:
28arguments are:
29    'Hi,'
30    'my'
31    'name'
32    'is'
33    'Fred'
34Success!
35Child status:
36    WIFEXITED   : 1
37    WEXITSTATUS : 0
38    WIFSIGNALED : 0
39    WTERMSIG    : 0
40    WCOREDUMP   : 0
41    WIFSTOPPED  : 0
42    WSTOPSIG    : 0
43    WIFCONTINUED: 0
44All Done!
Note: See TracBrowser for help on using the repository browser.