From fc2ac75453d6f64d71a9f2972d856d2664d35bba Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Wed, 30 Nov 2022 11:13:00 +0000 Subject: [PATCH] Fix the name of basic-build-test.sh within the file Signed-off-by: Tom Cosgrove --- tests/scripts/basic-build-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index 31beb1c21..a96254fd5 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh @@ -1,6 +1,6 @@ #!/bin/sh -# basic-build-tests.sh +# basic-build-test.sh # # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 @@ -36,7 +36,7 @@ # # This script has been written to be generic and should work on any shell. # -# Usage: basic-build-tests.sh +# Usage: basic-build-test.sh # # Abort on errors (and uninitiliased variables)