From 6452f1ee35cc19d964390021c8ca71df14143360 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Tue, 27 Jul 2021 15:28:07 +0100 Subject: [PATCH] Modify file name comments to match the file rename Signed-off-by: Joe Subbiani --- tests/test_translate_ciphers_format.sh | 2 +- tests/test_translate_ciphers_names.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_translate_ciphers_format.sh b/tests/test_translate_ciphers_format.sh index 9b3b4bb82..97a6c23c7 100755 --- a/tests/test_translate_ciphers_format.sh +++ b/tests/test_translate_ciphers_format.sh @@ -1,6 +1,6 @@ #!/bin/sh -# test_translate_format.sh +# test_translate_ciphers_format.sh # # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_translate_ciphers_names.py b/tests/test_translate_ciphers_names.py index 70b2a8fc7..f6cfa6db5 100755 --- a/tests/test_translate_ciphers_names.py +++ b/tests/test_translate_ciphers_names.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# test_translate_names.py +# test_translate_ciphers_names.py # # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0