Don't embed a path in the generated output

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2025-03-02 21:07:56 +01:00
parent e453777af1
commit f88eb21ff1
+2 -1
View File
@@ -8,6 +8,7 @@ Generate miscellaneous TLS test cases relating to the handshake.
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
import argparse
import os
import sys
from typing import Optional
@@ -149,7 +150,7 @@ def write_handshake_tests(out: typing_util.Writable) -> None:
out.write(f"""\
# Miscellaneous tests related to the TLS handshake layer.
#
# Automatically generated by {sys.argv[0]}. Do not edit!
# Automatically generated by {os.path.basename(sys.argv[0])}. Do not edit!
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later