diff --git a/tests/test_translate_ciphers_format.sh b/tests/test_translate_ciphers_format.sh index 9b3b4bb823..97a6c23c70 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 70b2a8fc7d..f6cfa6db5a 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