selftest: Fix timestamps on FreeBSD 11
authorVolker Lendecke <vl@samba.org>
Wed, 23 Nov 2016 12:54:39 +0000 (13:54 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 23 Nov 2016 23:42:54 +0000 (00:42 +0100)
commitb5fe9c685fcdf62fb1c42543933d12d018297b04
treec84a30168d51f0e0bef605ae3efdd6cf151cbb04
parent656f2a9dcd6822e1e8606a56bf4cd8984ce80f5d
selftest: Fix timestamps on FreeBSD 11

FreeBSD's date does not print the %, and \? does not catch that

Tested this manually:

$ echo 'time: 2016-11-23 12:52:19.123456Z'| sed 's/\..*NZ$/.000000Z/'
time: 2016-11-23 12:52:19.123456Z
$ echo 'time: 2016-11-23 12:52:19.%6NZ'| sed 's/\..*NZ$/.000000Z/'
time: 2016-11-23 12:52:19.000000Z
$ echo 'time: 2016-11-23 12:52:19.6NZ'| sed 's/\..*NZ$/.000000Z/'
time: 2016-11-23 12:52:19.000000Z
$ echo 'time: 2016-11-23 12:52:19.NZ'| sed 's/\..*NZ$/.000000Z/'
time: 2016-11-23 12:52:19.000000Z
$

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Nov 24 00:42:55 CET 2016 on sn-devel-144
testprogs/blackbox/subunit.sh