Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2019 19:35:46 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347003 - head/usr.bin/stat/tests
Message-ID:  <201905011935.x41JZkVh005856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed May  1 19:35:45 2019
New Revision: 347003
URL: https://svnweb.freebsd.org/changeset/base/347003

Log:
  Unbreak the tests after r347002.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.bin/stat/tests/stat_test.sh

Modified: head/usr.bin/stat/tests/stat_test.sh
==============================================================================
--- head/usr.bin/stat/tests/stat_test.sh	Wed May  1 18:56:22 2019	(r347002)
+++ head/usr.bin/stat/tests/stat_test.sh	Wed May  1 19:35:45 2019	(r347003)
@@ -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
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905011935.x41JZkVh005856>