diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-06-22 17:02:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-22 17:02:31 -0400 |
commit | 93749993508eaa9035dbcb005f960bc0b64752f0 (patch) | |
tree | c4d57514043328b1dd6fa6e27e8e5f99ac557969 /tests/gnu/printf_times.sh | |
parent | 273b64322afa46c560dd74ea32f6c8ad26d93210 (diff) | |
download | bfs-93749993508eaa9035dbcb005f960bc0b64752f0.tar.xz |
tests/gnu/printf_times: Correct %T@ to %A@
Diffstat (limited to 'tests/gnu/printf_times.sh')
-rw-r--r-- | tests/gnu/printf_times.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/printf_times.sh b/tests/gnu/printf_times.sh index d952620..e4f5155 100644 --- a/tests/gnu/printf_times.sh +++ b/tests/gnu/printf_times.sh @@ -1 +1 @@ -bfs_diff times -type f -printf '%p | %a %AY-%Am-%Ad %AH:%AI:%AS %T@ | %t %TY-%Tm-%Td %TH:%TI:%TS %T@\n' +bfs_diff times -type f -printf '%p | %a %AY-%Am-%Ad %AH:%AI:%AS %A@ | %t %TY-%Tm-%Td %TH:%TI:%TS %T@\n' |