aboutsummaryrefslogtreecommitdiff
path: root/scripts/test
AgeCommit message (Collapse)Author
2014-03-11Factor out mkpathat.Rob Landley
2013-12-23Clean up half-finished blkid.test.Rob Landley
2013-12-18Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ↵Rob Landley
entries.
2013-11-18Add test suite for blkid and clean up an editorial comment that shouldn't ↵0.4.7Rob Landley
have been checked in.
2013-11-10Filesystem images for testing blkid, from Bradley Conroy.Rob Landley
2013-10-27Promote nl from pending to posix, and add tests.Rob Landley
2013-09-10First pass of cut cleanup, and make test script slightly happier with the ↵Rob Landley
concept of 80 character lines.
2013-09-09Adjust patch to use dlist_pop()Rob Landley
2013-09-09Redo tail closer to the original design. Add more tests for large data sets. ↵Rob Landley
(Still no -f support yet.)
2013-09-05Make chdir handle permissions according to posix, reported by Jacek Bukarewicz..Rob Landley
2013-08-19Finish grep rewrite and fleshing out test suite. Several of the grep tests ↵Rob Landley
fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...)
2013-08-17cut tests from Kyungwan Han.Rob Landley
2013-08-12More grep tests, remove obsolete comment.Rob Landley
2013-08-11More grep tests.Rob Landley
2013-08-04Fluff out grep test suite some more, including lots of things we don't pass yet.Rob Landley
2013-08-01Clean up grep.test to use "infile" properly, and not try to work around the ↵Rob Landley
$PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal.
2013-08-01I add testsuite for grep.Ashwini Sharma
It can test grep's option basically and I think it can help to check progress of development.
2013-07-19Implement testFelix Janda
2013-06-16Test cases for split.Rob Landley
2013-06-16Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.Rob Landley
2013-06-05Start of expr, by Daniel Verkamp.Rob Landley
2013-05-27Tests for touch (needs more work).Rob Landley
2013-05-27Tests for losetup.Rob Landley
2013-04-14Add tests for find's expression parsingFelix Janda
2013-03-28Change uuencode test to match what other uuencode implementations actually ↵Rob Landley
produce.
2013-03-27Incremental cleanup of uudecode.Rob Landley
2013-03-27uudecode test should just call "uudecode" (not multiplexer via a path), and ↵Rob Landley
first test shouldn't succeed if toybox isn't even there.
2013-03-22uuencode/decode tests and tweaks from Erich Plondke.Rob Landley
2013-02-04Tweak cmp test to be a little more deterministic.Rob Landley
2013-01-17Switch readlink on by default, and fill out readlink.test.Rob Landley
2013-01-05Use basename() where appropriate.Rob Landley
2012-12-28Add some tests for pwd.Felix Janda
2012-12-27Add tests to mkfifo based on tests for mkdir.Felix Janda
2012-12-23Add some tests for mkdirFelix Janda
2012-12-16Extend seq to support -f (format string) and -s (string separator) as ↵Elie De Brauwer
requested by LSB
2012-12-22Fix tac to handle the "abc\ndef" case properlyElie De Brauwer
2012-12-16Adding implementation of rev including testsElie De Brauwer
2012-12-15Adding tests for tac based on cat testsElie De Brauwer
2012-12-09Set executable bits on two test scripts.Rob Landley
2012-12-08Adding sha1sum tests based on RFC 3174Elie De Brauwer
2012-12-08Adding tests for catElie De Brauwer
2012-12-01Re-add backspace support to expand (oops) and fix test to expect data plus ↵Rob Landley
backspace characters rather than the chracters cancelling each other out before output.
2012-11-28md5sum tests from RFC 1321Rob Landley
2012-11-23expand: handle backspace.Jonathan Clairembault
2012-11-23Add expand command as described in POSIX-2008.Jonathan Clairembault
Erratum: Do not handle backspace.
2012-11-21Make internalization support optionalFelix Janda
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked ↵Rob Landley
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
2012-11-08wc -m only cares about counting characters. Attached is a try on ↵Felix Janda
implementing it and some test cases for it. The test cases are only for UTF-8 locales.
2012-10-29attached are some simple tests for dirname and wc and a fix for a small typo ↵Felix Janda
in another test script.
2012-10-07Test tweaks. Set +x on two scripts (so they can be run standalone), fix ↵Rob Landley
chgrp so it doesn't abort test all.