[BusyBox-cvs] busybox/testsuite/ls ls-1-works, NONE, 1.1 ls-h-works, NONE, 1.1 ls-l-works, NONE, 1.1 ls-s-works, NONE, 1.1

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


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

Added Files:
	ls-1-works ls-h-works ls-l-works ls-s-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: ls-s-works ---
ls -1s .. > logfile.gnu
busybox ls -1s .. > logfile.bb
cmp logfile.gnu logfile.bb

--- NEW FILE: ls-h-works ---
ls -h .. > logfile.gnu
busybox ls -h .. > logfile.bb
cmp logfile.gnu logfile.bb

--- NEW FILE: ls-1-works ---
ls -1 .. > logfile.gnu
busybox ls -1 .. > logfile.bb
cmp logfile.gnu logfile.bb

--- NEW FILE: ls-l-works ---
ls -l .. > logfile.gnu
busybox ls -l .. > logfile.bb
cmp logfile.gnu logfile.bb




More information about the busybox-cvs mailing list