test stdout stderr for TAP
This commit is contained in:
parent
cabaaa7ba4
commit
ce175cc3df
@ -1,6 +1,8 @@
|
||||
# Begin - .testsuite/
|
||||
not ok 1 - a
|
||||
# ------------ Begin output ------------
|
||||
# This is stderr from a.
|
||||
# This is stdout from a.
|
||||
# ------------ End output ------------
|
||||
ok 2 - b
|
||||
ok 3 - # SKIP c
|
||||
|
@ -1 +1,4 @@
|
||||
#!/bin/sh
|
||||
echo This is stderr from a. > /dev/stderr
|
||||
echo This is stdout from a. > /dev/stdout
|
||||
false
|
||||
|
@ -1 +1,4 @@
|
||||
#!/bin/sh
|
||||
echo This is stderr from b. > /dev/stderr
|
||||
echo This is stdout from b. > /dev/stdout
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user