]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdio-common/Makefile: Fix FAIL: lint-makefiles
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 8 Oct 2024 00:46:45 +0000 (08:46 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 8 Oct 2024 00:46:45 +0000 (08:46 +0800)
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 <hjl.tools@gmail.com>
stdio-common/Makefile

index f7cb82230dea0209ff101b6ff3003a0a02e134f0..88105b3c1b3abc8defa70812bfe40a55884aac9d 100644 (file)
@@ -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 \