aws-keychain: assert on test output.
Closes Homebrew/homebrew#49776. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
96f2272419
commit
cd277a1e54
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class AwsKeychain < Formula
|
|||
|
||||
test do
|
||||
# It is not possible to create a new keychain without triggering a prompt.
|
||||
shell_output("#{bin}/aws-keychain --help", 1)
|
||||
assert_match /Store multiple AWS IAM access keys/, shell_output("#{bin}/aws-keychain --help", 1).strip
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue