Skip to content
Snippets Groups Projects
Commit 239b873f authored by JCount's avatar JCount
Browse files

gpg2_requirement_spec: switch test to gnupg 2.1.x

parent 0e1b7ce8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment