Skip to content

Commit

Permalink
Give signature test another chance to survive
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Dec 31, 2015
1 parent df4cdf5 commit 0f5e10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#default
,v$
\#
\.orig$
Expand Down
1 change: 1 addition & 0 deletions t/00signature.t
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ BEGIN {
}
}

$ENV{TEST_SIGNATURE} = 1;
if (Module::Signature::verify() == Module::Signature::SIGNATURE_OK()) {
print "1..1\n";
print "ok 1 # Valid signature\n";
Expand Down

0 comments on commit 0f5e10f

Please sign in to comment.