Removed TEST_SIGNATURE from t/00-signature.t, since signature test does not work on everybody but me.

This commit is contained in:
2019-09-17 00:59:08 +08:00
parent 124281b941
commit 125507094d
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@
use strict;
print "1..1\n";
$ENV{TEST_SIGNATURE} = 1;
if (!$ENV{TEST_SIGNATURE}) {
print "ok 1 # skip Set the environment variable",
" TEST_SIGNATURE to enable this test\n";