commit: 777e3cb2db8af4df93675968805959cbb6496544
parent e347dbeed068198522c58c9ea5785477e17be282
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 24 Aug 2024 07:59:54 +0200
test-cmd/date.sh: remove racy "noargs" testcase
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test-cmd/date.sh b/test-cmd/date.sh
@@ -3,15 +3,13 @@
# SPDX-License-Identifier: MPL-2.0
target="$(dirname "$0")/../cmd/date"
-plans=22
+plans=21
. "$(dirname "$0")/tap.sh"
. "$(dirname "$0")/init_env.sh"
export TZ=UTC
export LC_ALL=C
-t 'noargs' '' "$(date +%c)
-"
t 'epoch' '-u -d @1155544496 +%s' '1155544496
'
t 'rfc3339' '-u -d @1155544496 +%FT%T%z' '2006-08-14T08:34:56+0000