X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test%2F01-digest.t;h=b3a6355ca6c39eeb85a3f5f33e0a1d8a47cf3aa6;hb=949e0de6bf5c9c75f18924f062cf505eea796361;hp=63cd97306fbb3f93760bb6bc98baeb8609794e37;hpb=10147823ee8c10098f8a9063bfa17ce4023c65b3;p=openssl-gost%2Fengine.git diff --git a/test/01-digest.t b/test/01-digest.t index 63cd973..b3a6355 100644 --- a/test/01-digest.t +++ b/test/01-digest.t @@ -1,12 +1,7 @@ #!/usr/bin/perl use Test2::V0; plan(16); -use Cwd 'abs_path'; -# Set OPENSSL_ENGINES environment variable to just built engine -if(!defined $ENV{'OPENSSL_ENGINES'}){ - $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs"); -} # Set engine name from environment to allow testing of different engines my $engine=$ENV{'ENGINE_NAME'}||"gost"; # Reopen STDERR to eliminate extra output