From ced745bcd3e0d58cfc38ebbbc36540b9dcdd29eb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 8 Oct 2024 08:46:45 +0800 Subject: [PATCH] stdio-common/Makefile: Fix FAIL: lint-makefiles Fix stdio-common/Makefile: @@ -224,12 +224,12 @@ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ + tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ - tst-freopen7 \ tst-fseek \ tst-fwrite \ tst-fwrite-memstrm \ Signed-off-by: H.J. Lu --- stdio-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f7cb82230d..88105b3c1b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -224,12 +224,12 @@ tests := \ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ - tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ + tst-freopen7 \ tst-fseek \ tst-fwrite \ tst-fwrite-memstrm \