summaryrefslogtreecommitdiff
path: root/qa/012.linux.2
blob: 84ae24061b8102634d802ba23e718969b88344a2 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
QA output created by 012
Case 1: should be error-free ...

--- fd=1 ---
stdout:
This message on oldstream before __pmOpenLog() called
stderr:
Starting with oldstream (stdout) fd=1, nextfd=3
__pmOpenLog -> sts=1, log tmp.log newstream (stdout) fd=1, nextfd=3
log file:
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...

--- fd=2 ---
stdout:
stderr:
This message on oldstream before __pmOpenLog() called
Starting with oldstream (stderr) fd=2, nextfd=3
log file:
Log for chkopenlog on MYHOST started ...

__pmOpenLog -> sts=1, log tmp.log newstream (stderr) fd=2, nextfd=3
[a helpful little message]

Log finished ...

--- fd=3 ---
stdout:
stderr:
Starting with oldstream fd=3, nextfd=4
__pmOpenLog -> sts=1, log tmp.log newstream fd=3, nextfd=4
log file:
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...
chk.fout:
This message on oldstream before __pmOpenLog() called

Case 2: __pmOpenLog expected to have problems ...

--- fd=1 ---
stdout:
This message on oldstream before __pmOpenLog() called
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...
stderr:
Starting with oldstream (stdout) fd=1, nextfd=3
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
__pmOpenLog -> sts=0, log tmp.log newstream (stdout) fd=1, nextfd=3
log file:
THIS SHOULD NOT BE OVERWRITTEN

--- fd=2 ---
stdout:
stderr:
This message on oldstream before __pmOpenLog() called
Starting with oldstream (stderr) fd=2, nextfd=3
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
Log for chkopenlog on MYHOST started ...

__pmOpenLog -> sts=0, log tmp.log newstream (stderr) fd=2, nextfd=3
[a helpful little message]

Log finished ...
log file:
THIS SHOULD NOT BE OVERWRITTEN

--- fd=3 ---
stdout:
stderr:
Starting with oldstream fd=3, nextfd=4
chkopenlog: cannot open log "tmp.log" for writing : Permission denied
__pmOpenLog -> sts=0, log tmp.log newstream fd=3, nextfd=4
log file:
THIS SHOULD NOT BE OVERWRITTEN
chk.fout:
This message on oldstream before __pmOpenLog() called
Log for chkopenlog on MYHOST started ...

[a helpful little message]

Log finished ...