diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-19 18:04:28 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-19 18:04:28 -0400 |
commit | 8a74fd3f93ca7f55fd237146d663396fc81f1ac4 (patch) | |
tree | 2f4205657f0fdb7a6bd8e2e1f53cb8cb2b0ee100 /tests/gnu | |
parent | 079978c185c41a3d21bca22a24df712e35d70354 (diff) | |
download | bfs-8a74fd3f93ca7f55fd237146d663396fc81f1ac4.tar.xz |
printf: The ' ' (space) flag must be numeric
Diffstat (limited to 'tests/gnu')
-rw-r--r-- | tests/gnu/printf_flags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' |