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

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


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

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

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




More information about the busybox-cvs mailing list