summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_gost2814789.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_gost2814789.t')
-rw-r--r--test/recipes/90-test_gost2814789.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/recipes/90-test_gost2814789.t b/test/recipes/90-test_gost2814789.t
deleted file mode 100644
index e97128ff7e..0000000000
--- a/test/recipes/90-test_gost2814789.t
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/perl
-
-use strict;
-use warnings;
-use OpenSSL::Test qw/:DEFAULT top_dir/;
-
-setup("test_gost2814789");
-
-$ENV{OPENSSL_ENGINES} =
- $ENV{BIN_D} ? top_dir($ENV{BIN_D}) : top_dir("engines", "ccgost");
-
-plan tests => 1;
-ok(run(test(["gost2814789test"])), 'running gost2814789test');