dropbear: fix test (#23066)

master
Utkarsh Tripathi 2018-01-22 15:42:42 +05:30 committed by FX Coudert
parent 540ebc333e
commit 623618bd33
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ class Dropbear < Formula
testfile = testpath/"testec521"
system "#{bin}/dbclient", "-h"
system "#{bin}/dropbearkey", "-t", "ecdsa", "-f", testfile, "-s", "521"
assert testfile.exist?
assert_predicate testfile, :exist?
end
end