X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test%2F00-engine.t;h=0904a21aa4a720409989aef1cf6b00063709319f;hb=HEAD;hp=e6685aac8360c551d8c806bb983a2a27a7f23cc3;hpb=10147823ee8c10098f8a9063bfa17ce4023c65b3;p=openssl-gost%2Fengine.git diff --git a/test/00-engine.t b/test/00-engine.t index e6685aa..0904a21 100644 --- a/test/00-engine.t +++ b/test/00-engine.t @@ -1,5 +1,7 @@ #!/usr/bin/perl use Test2::V0; +skip_all('This test is only suitable for the engine') + unless $ARGV[0] eq 'engine'; plan(7); use Cwd 'abs_path'; @@ -9,11 +11,6 @@ open (my $F,">","testdata.dat"); print $F "12345670" x 128; close $F; -# Set OPENSSL_ENGINES environment variable to just built engine -if(!defined $ENV{'OPENSSL_ENGINES'}){ - $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs"); -} - my $key='0123456789abcdef' x 2; # @@ -43,7 +40,7 @@ if ( -f $engine . ".info") { $engine_info= <