From 8c1e16711dad83cc4d76b17cf18257b1d0b2d8a3 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 29 Apr 2021 14:45:30 +0200 Subject: [PATCH] test: fix date use in 010-nts system test Avoid using nonportable -d option of date. --- test/system/010-nts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system/010-nts b/test/system/010-nts index 6600725..6051511 100755 --- a/test/system/010-nts +++ b/test/system/010-nts @@ -14,8 +14,8 @@ cn = "chrony-nts-test" dns_name = "chrony-nts-test" ip_address = "$server" serial = 001 -activation_date = "$(date -d '1 year ago' +'%Y-%m-%d') 00:00:00 UTC" -expiration_date = "$(date -d '1 year' +'%Y-%m-%d') 00:00:00 UTC" +activation_date = "$[$(date '+%Y') - 1]-01-01 00:00:00 UTC" +expiration_date = "$[$(date '+%Y') + 2]-01-01 00:00:00 UTC" signing_key encryption_key EOF