Commit cb193560 authored by Nicola Tuveri's avatar Nicola Tuveri
Browse files

Move evp test programs input data to its own data dir



This is a manual backport of #3472 to 1.1.0.
This is a partial backport, limited only to evptests, as #3472 also
affected bntests, which has a completely different form in 1.1.0.

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7152)
parent e052722c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
use strict;
use warnings;

use OpenSSL::Test qw/:DEFAULT srctop_file/;
use OpenSSL::Test qw/:DEFAULT data_file/;

setup("test_evp");

@@ -21,6 +21,6 @@ my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
plan tests => scalar(@files);

foreach my $f ( @files ) {
    ok(run(test(["evp_test", srctop_file("test","$f")])),
    ok(run(test(["evp_test", data_file("$f")])),
       "running evp_test $f");
}
+0 −0

File moved.

+0 −0

File moved.

Loading