summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/common/redirections.reference
blob: 8c92a9105c01f0836c85f12f55db44bc4ff2ea66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
** create_process
---- File tmpout.txt
aaaa
123
<end of file>
xvar
---- File tmperr.txt
bbbb
456
** create_process 2>&1 redirection
123
456
789
** create_process swap 1-2
123
** create_process >file 2>&1
---- File tmpout.txt
123
456
789
** open_process_in
123
456
** open_process_out
aa
bbbb
<end of file>
** open_process_full
123
aa
xvar
456
bbbb