From 5a81a050aa11711a6d674e6abfc9b13018639ab1 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 16 Mar 2017 14:16:00 +1000 Subject: Rename the test_stack recipe file name to be consistent with the rest of the tests. [skip ci] Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2964) --- test/recipes/02-test-stack.t | 14 -------------- test/recipes/02-test_stack.t | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 test/recipes/02-test-stack.t create mode 100644 test/recipes/02-test_stack.t diff --git a/test/recipes/02-test-stack.t b/test/recipes/02-test-stack.t deleted file mode 100644 index 548f1ebb70..0000000000 --- a/test/recipes/02-test-stack.t +++ /dev/null @@ -1,14 +0,0 @@ -#! /usr/bin/env perl -# Copyright 2017 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - -use OpenSSL::Test::Simple; - -simple_test("test_stack", "stack_test"); diff --git a/test/recipes/02-test_stack.t b/test/recipes/02-test_stack.t new file mode 100644 index 0000000000..548f1ebb70 --- /dev/null +++ b/test/recipes/02-test_stack.t @@ -0,0 +1,14 @@ +#! /usr/bin/env perl +# Copyright 2017 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 +# +# ====================================================================== +# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. + +use OpenSSL::Test::Simple; + +simple_test("test_stack", "stack_test"); -- cgit v1.2.3