Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
51b4a9e2f192c03039f339401026752f6340df25
/
.
/
testsuite
/
date
/
date-R-works
blob: d056344561a1c3509cce7dc629cfb41ff959b88a [
file
] [
log
] [
blame
]
dt1
=
"`date -R`"
# Wait for the start of next second
dt
=
"$dt1"
while
test x
"$dt"
=
x
"$dt1"
;
do
dt
=
"`date -R`"
done
test x
"$dt"
=
x
"`busybox date -R`"