mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fix stderr test. ls behaves differently on errors on linux...
This commit is contained in:
parent
08656c976b
commit
f1745ff488
2 changed files with 18 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
Process finished event
|
||||
input
|
||||
1
|
||||
Exit code != 0
|
||||
Input::EVENT_NEW
|
||||
..:
|
||||
F
|
||||
|
@ -14,13 +14,13 @@ Input::EVENT_NEW
|
|||
stderr.bro
|
||||
F
|
||||
Input::EVENT_NEW
|
||||
ls: ../nonexistant: No such file or directory
|
||||
stderr output contained nonexistant
|
||||
T
|
||||
Input::EVENT_NEW
|
||||
ls: ../nonexistant2: No such file or directory
|
||||
stderr output contained nonexistant
|
||||
T
|
||||
Input::EVENT_NEW
|
||||
ls: ../nonexistant3: No such file or directory
|
||||
stderr output contained nonexistant
|
||||
T
|
||||
done
|
||||
End of Data event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue