summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-07-24 19:30:41 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-07-24 19:34:34 -0400
commitc9280082b774bb8ec8aba7560887d21a661eee0e (patch)
treead2cad2f25f5e0a95f926c64676d718941610cec /tests.sh
parent199063ab53cbae3b3be199ff902f9f2d001d1058 (diff)
downloadbfs-c9280082b774bb8ec8aba7560887d21a661eee0e.tar.xz
printf: Support %B, GNU find's undocumented birth time specifier
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh4
1 files changed, 2 insertions, 2 deletions
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() {