summaryrefslogtreecommitdiff
path: root/usr.bin/stat
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-05-01 19:35:45 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-05-01 19:35:45 +0000
commit98ce554a3d65fbc513d20a1d78ffa6c9d67881d1 (patch)
tree217614e9ac501be6340e700fc09927afd03a66b3 /usr.bin/stat
parentf35f34b153b5606e3dc54277273d6dcc2c16074c (diff)
downloadsrc-test-98ce554a3d65fbc513d20a1d78ffa6c9d67881d1.tar.gz
src-test-98ce554a3d65fbc513d20a1d78ffa6c9d67881d1.zip
Unbreak the tests after r347002.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=347003
Diffstat (limited to 'usr.bin/stat')
-rwxr-xr-xusr.bin/stat/tests/stat_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/stat/tests/stat_test.sh b/usr.bin/stat/tests/stat_test.sh
index 55ec47107051a..5e2e610a80bff 100755
--- a/usr.bin/stat/tests/stat_test.sh
+++ b/usr.bin/stat/tests/stat_test.sh
@@ -184,6 +184,7 @@ x_output()
local path=$1; shift
local atime_s=$(x_output_date -f '%Sa' $path)
+ local btime_s=$(x_output_date -f '%SB' $path)
local ctime_s=$(x_output_date -f '%Sc' $path)
local devid=$(stat -f '%Hd,%Ld' $path)
local file_type_s=$(stat -f '%HT' $path)
@@ -206,6 +207,7 @@ Device: $devid Inode: $inode Links: $nlink
Access: $atime_s
Modify: $mtime_s
Change: $ctime_s
+ Birth: $btime_s
EOF
}