aboutsummaryrefslogtreecommitdiff
path: root/tests/date.test
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:33 +0000
commitd66904d1207433ed76fe993ad1fe6b0c264eae9e (patch)
tree5dbbb5fd7edc0e5025ee19f52aea2a52fee72b1c /tests/date.test
parentf38b20b7fe6969ccaaee5c97bea90ad52d01f172 (diff)
parent9323773b0b13f0b51f0874572a4a87ce40855934 (diff)
downloadtoybox-d66904d1207433ed76fe993ad1fe6b0c264eae9e.tar.gz
Change-Id: I19f9284aa5bfe34d330c4bdeef51e90029d3f267
Diffstat (limited to 'tests/date.test')
-rw-r--r--tests/date.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/date.test b/tests/date.test
index dfcefb26..9777edb3 100644
--- a/tests/date.test
+++ b/tests/date.test
@@ -97,3 +97,6 @@ testing "tz + 8 : 8 " \
# Can we parse date's own output format?
testing "round trip" 'TZ=$tz date -d "$(TZ=$tz date -d @1598476818)"' \
"Wed Aug 26 23:20:18 CEST 2020\n" "" ""
+
+toyonly testcmd "-D with -d" "-uD '%s' -d '1234567890'" \
+ "Fri Feb 13 23:31:30 UTC 2009\n" "" ""