aws-keychain: cleanup test.

This commit is contained in:
Mike McQuaid 2016-03-15 12:17:22 +00:00 committed by Xu Cheng
parent cd277a1e54
commit e4c723ad16

View file

@ -10,6 +10,7 @@ class AwsKeychain < Formula
test do
# It is not possible to create a new keychain without triggering a prompt.
assert_match /Store multiple AWS IAM access keys/, shell_output("#{bin}/aws-keychain --help", 1).strip
assert_match /Store multiple AWS IAM access keys/,
shell_output("#{bin}/aws-keychain --help", 1)
end
end