From 8a74fd3f93ca7f55fd237146d663396fc81f1ac4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 19 May 2024 18:04:28 -0400 Subject: printf: The ' ' (space) flag must be numeric --- tests/gnu/printf_flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gnu') diff --git a/tests/gnu/printf_flags.sh b/tests/gnu/printf_flags.sh index 2ef37ad..98e8faa 100644 --- a/tests/gnu/printf_flags.sh +++ b/tests/gnu/printf_flags.sh @@ -1 +1 @@ -bfs_diff basic -printf '|%- 10.10p| %+03d %#4m\n' +bfs_diff basic -printf '|%-10.10p| %+03d % #4m\n' -- cgit v1.2.3