Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8837c5dec402fd6782589c0a676bc7f90dea4061
/
.
/
testsuite
/
date
/
date-R-works
blob: d056344561a1c3509cce7dc629cfb41ff959b88a [
file
] [
log
] [
blame
]
Denys Vlasenko
e82cf33
2010-05-12 15:59:32 +0200
[
diff
] [
blame
]
1
dt1
=
"`date -R`"
2
# Wait for the start of next second
3
dt
=
"$dt1"
4
while
test x
"$dt"
=
x
"$dt1"
;
do
5
dt
=
"`date -R`"
6
done
7
8
test x
"$dt"
=
x
"`busybox date -R`"