From c9280082b774bb8ec8aba7560887d21a661eee0e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 24 Jul 2018 19:30:41 -0400 Subject: printf: Support %B, GNU find's undocumented birth time specifier --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index b861760..8532d10 100755 --- a/tests.sh +++ b/tests.sh @@ -1418,8 +1418,8 @@ function test_printf_nul() { } function test_printf_w() { - # Birth times may not be supported, so just check that %w/%W can be parsed - bfs_diff times -false -printf '%w %WY\n' + # Birth times may not be supported, so just check that %w/%W/%B can be parsed + bfs_diff times -false -printf '%w %WY %BY\n' } function test_printf_Y_error() { -- cgit v1.2.3