Rename the test_stack recipe file name to be consistent with the rest of the
authorPauli <paul.dale@oracle.com>
Thu, 16 Mar 2017 04:16:00 +0000 (14:16 +1000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Mar 2017 10:36:11 +0000 (11:36 +0100)
tests.

[skip ci]

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2964)

test/recipes/02-test-stack.t [deleted file]
test/recipes/02-test_stack.t [new file with mode: 0644]

diff --git a/test/recipes/02-test-stack.t b/test/recipes/02-test-stack.t
deleted file mode 100644 (file)
index 548f1eb..0000000
+++ /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 (file)
index 0000000..548f1eb
--- /dev/null
@@ -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");