coreutils have a big testbed. It is only a questions what NOT to test.
The problem is there is no real interests to make a test suite. re, wh Bernhard Fischer wrote: > On Mon, Jun 11, 2007 at 05:39:16PM +0200, Bernhard Fischer wrote: >> On Mon, Jun 11, 2007 at 03:31:24PM +0200, Milos Wimmer wrote: >>> Hello, >>> >>> I found another bug in busybox-1.6.0 test applet. >>> >>> ./busybox-1.5.0 sh >>> $ GMT="-u" >>> $ [ "$GMT" = "-u" ] && echo ok >>> ok >>> >>> >>> ./busybox-1.6.0 sh >>> $ GMT="-u" >>> $ [ "$GMT" = "-u" ] && echo ok >>> sh: -u: unknown operand >> hmz. The NOT operator check is completely wrong there. testing a fix.. > > Can you please try the attached patch? > > We really need some testsuite/test tests.. :-( > Any volunteers / takers? > > > ------------------------------------------------------------------------ > > _______________________________________________ > busybox mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
