mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
32363fb561
commit
0b457996d0
1 changed files with 2 additions and 2 deletions
|
@ -353,8 +353,8 @@ describe LogStash::Runner do
|
|||
context "if does not exist" do
|
||||
let(:args) { ["--path.settings", "/tmp/a/a/a/a", "-e", "input {} output {}"] }
|
||||
|
||||
it "should terminate logstash" do
|
||||
expect(subject.run(args)).to eq(1)
|
||||
it "should not terminate logstash" do
|
||||
expect(subject.run(args)).to eq(nil)
|
||||
end
|
||||
|
||||
context "but if --help is passed" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue