gpg2_requirement_spec: switch test to gnupg 2.1.x
This commit is contained in:
parent
0e1b7ce8ea
commit
239b873fb2
@ -9,7 +9,7 @@ describe GPG2Requirement do
|
|||||||
ENV["PATH"] = dir/"bin"
|
ENV["PATH"] = dir/"bin"
|
||||||
(dir/"bin/gpg").write <<-EOS.undent
|
(dir/"bin/gpg").write <<-EOS.undent
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo 2.0.30
|
echo 2.1.20
|
||||||
EOS
|
EOS
|
||||||
FileUtils.chmod 0755, dir/"bin/gpg"
|
FileUtils.chmod 0755, dir/"bin/gpg"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user