remove the line with $CHILD_STDERR

This commit is contained in:
Paweł Tomulik 2016-04-11 19:01:26 +02:00
parent 9216dd79ef
commit af64fdfced
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ describe FPM::Package::Deb do
it "should return no errors" do
lintian_output = `lintian #{target} --suppress-tags '#{lintian_errors_to_ignore.join(",")}'`
expect($CHILD_STATUS).to eq(0), lintian_output
expect($CHILD_STDERR).to be nil
end
end
end