summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-06-22 17:02:31 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-06-22 17:02:31 -0400
commit93749993508eaa9035dbcb005f960bc0b64752f0 (patch)
treec4d57514043328b1dd6fa6e27e8e5f99ac557969 /tests
parent273b64322afa46c560dd74ea32f6c8ad26d93210 (diff)
downloadbfs-93749993508eaa9035dbcb005f960bc0b64752f0.tar.xz
tests/gnu/printf_times: Correct %T@ to %A@
Diffstat (limited to 'tests')
-rw-r--r--tests/gnu/printf_times.sh2
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'