summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-02-28 15:11:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-02-28 15:30:12 +0000
commit816060d212ad3f7bbfbd4444b2b7ffb8fc24f62e (patch)
treef134440a54e67e24f0b2f928e035652cc1fe286f /test/recipes
parenta7ab9755da22d2abbdbb6b3ce4fff18f17dc0da7 (diff)
Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2784)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/05-test_md4.t12
-rw-r--r--test/recipes/05-test_md5.t12
-rw-r--r--test/recipes/05-test_rc4.t11
-rw-r--r--test/recipes/05-test_rmd.t12
-rw-r--r--test/recipes/90-test_p5_crpt2.t12
5 files changed, 0 insertions, 59 deletions
diff --git a/test/recipes/05-test_md4.t b/test/recipes/05-test_md4.t
deleted file mode 100644
index 59a815bdd4..0000000000
--- a/test/recipes/05-test_md4.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License"). You may not use
-# this file except in compliance with the License. You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-
-use OpenSSL::Test::Simple;
-
-simple_test("test_md4", "md4test", "md4");
diff --git a/test/recipes/05-test_md5.t b/test/recipes/05-test_md5.t
deleted file mode 100644
index 3af4d5504b..0000000000
--- a/test/recipes/05-test_md5.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License"). You may not use
-# this file except in compliance with the License. You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-
-use OpenSSL::Test::Simple;
-
-simple_test("test_md5", "md5test", "md5");
diff --git a/test/recipes/05-test_rc4.t b/test/recipes/05-test_rc4.t
deleted file mode 100644
index a26c9b8e56..0000000000
--- a/test/recipes/05-test_rc4.t
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License"). You may not use
-# this file except in compliance with the License. You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-use OpenSSL::Test::Simple;
-
-simple_test("test_rc4", "rc4test", "rc4");
diff --git a/test/recipes/05-test_rmd.t b/test/recipes/05-test_rmd.t
deleted file mode 100644
index b1112e13fb..0000000000
--- a/test/recipes/05-test_rmd.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License"). You may not use
-# this file except in compliance with the License. You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-
-use OpenSSL::Test::Simple;
-
-simple_test("test_rmd", "rmdtest", "rmd");
diff --git a/test/recipes/90-test_p5_crpt2.t b/test/recipes/90-test_p5_crpt2.t
deleted file mode 100644
index 710dc8ba52..0000000000
--- a/test/recipes/90-test_p5_crpt2.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License"). You may not use
-# this file except in compliance with the License. You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-
-use OpenSSL::Test::Simple;
-
-simple_test("test_p5_crpt2", "p5_crpt2_test");