[BusyBox-cvs] busybox/testsuite/date date-R-works, NONE, 1.1 date-format-works, NONE, 1.1 date-u-works, NONE, 1.1 date-works, NONE, 1.1

Erik Andersen andersen at busybox.net
Tue Apr 6 11:09:51 UTC 2004


Update of /var/cvs/busybox/testsuite/date
In directory nail:/tmp/cvs-serv13250/testsuite/date

Added Files:
	date-R-works date-format-works date-u-works date-works 
Log Message:
Kill off the old 'tests' stuff.  Write a ton of new tests for the
'testsuite' dir.  Fix a bunch of broken tests.  Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
 -Erik


--- NEW FILE: date-R-works ---
test x"`date -R`" = x"`busybox date -R`"


--- NEW FILE: date-u-works ---
test x"`date -u`" = x"`busybox date -u`"


--- NEW FILE: date-format-works ---
test x"`date +%d/%m/%y`" = x"`busybox date +%d/%m/%y`"

--- NEW FILE: date-works ---
test x"`date`" = x"`busybox date`"





More information about the busybox-cvs mailing list