[BusyBox-cvs] busybox/testsuite/sort sort-n-works, NONE, 1.1 sort-r-works, NONE, 1.1 sort-works, NONE, 1.1

Erik Andersen andersen at busybox.net
Tue Apr 6 11:10:19 UTC 2004


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

Added Files:
	sort-n-works sort-r-works sort-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: sort-r-works ---
sort -r ../README > logfile.gnu
busybox sort -r ../README > logfile.bb
cmp logfile.gnu logfile.bb

--- NEW FILE: sort-n-works ---
sort -n ../README > logfile.gnu
busybox sort -n ../README > logfile.bb
cmp logfile.gnu logfile.bb

--- NEW FILE: sort-works ---
sort ../README > logfile.gnu
busybox sort ../README > logfile.bb
cmp logfile.gnu logfile.bb




More information about the busybox-cvs mailing list