diff options
| author | JCount | 2017-04-01 16:32:36 -0400 |
|---|---|---|
| committer | JCount | 2017-04-08 20:19:57 -0400 |
| commit | 239b873fb25f1d86374ff1a38cf0b6c9e69e6e4d (patch) | |
| tree | 5c702680dd9d25d99e849839083f712af0539fd8 /Library | |
| parent | 0e1b7ce8eae046526bffb34ff7ec9ed756fcb56c (diff) | |
| download | brew-239b873fb25f1d86374ff1a38cf0b6c9e69e6e4d.tar.bz2 | |
gpg2_requirement_spec: switch test to gnupg 2.1.x
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/gpg2_requirement_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/gpg2_requirement_spec.rb b/Library/Homebrew/test/gpg2_requirement_spec.rb index d7767abd3..a5501c84e 100644 --- a/Library/Homebrew/test/gpg2_requirement_spec.rb +++ b/Library/Homebrew/test/gpg2_requirement_spec.rb @@ -9,7 +9,7 @@ describe GPG2Requirement do ENV["PATH"] = dir/"bin" (dir/"bin/gpg").write <<-EOS.undent #!/bin/bash - echo 2.0.30 + echo 2.1.20 EOS FileUtils.chmod 0755, dir/"bin/gpg" |
