X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test%2F00-engine.t;h=9f37555465020f5eeadcb61a00b90fee86e634ec;hb=0021eb1fac2d7a6e628b1a4125cecd7520f7b6b6;hp=e6685aac8360c551d8c806bb983a2a27a7f23cc3;hpb=88b6b13aef5cec62837b1410cdd4d63b441fd898;p=openssl-gost%2Fengine.git diff --git a/test/00-engine.t b/test/00-engine.t index e6685aa..9f37555 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= <