dropbear: fix test (#23066)
parent
540ebc333e
commit
623618bd33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue