source: MondoRescue/branches/2.2.9/mindi-busybox/testsuite/date/date-R-works

Last change on this file was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 154 bytes
Line 
1dt1="`date -R`"
2# Wait for the start of next second
3dt="$dt1"
4while test x"$dt" = x"$dt1"; do
5 dt="`date -R`"
6done
7
8test x"$dt" = x"`busybox date -R`"
Note: See TracBrowser for help on using the repository browser.