diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/012.irix | |
download | pcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/012.irix')
-rw-r--r-- | qa/012.irix | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/qa/012.irix b/qa/012.irix new file mode 100644 index 0000000..84ae240 --- /dev/null +++ b/qa/012.irix @@ -0,0 +1,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 ... |