aboutsummaryrefslogtreecommitdiff
path: root/scripts/test
AgeCommit message (Expand)Author
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 request...Elie De Brauwer
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 ba...Rob Landley
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
2012-11-21Make internalization support optionalFelix Janda
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-08wc -m only cares about counting characters. Attached is a try on implementing...Felix Janda
2012-10-29attached are some simple tests for dirname and wc and a fix for a small typo ...Felix Janda
2012-10-07Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp...Rob Landley
2012-07-05- Do not abort testing after running the sort testsElie De Brauwer
2012-06-23Add chgrp test.Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2012-03-02Cleanup pass, and support unrecognized slash chars ala "echo -e \p".Rob Landley
2012-02-08Add tests for cmp.Timothy Elliott
2012-02-13Minor code cleanup and typo fix.Rob Landley
2012-02-12Add test for basename, fix issue where suffix is wrongfully applied if it app...Elie De Brauwer
2012-02-10Add tests for headTimothy Elliott
2012-02-11Fix overflow in octal formatting in echo, add support for hexadecimal input, ...Elie De Brauwer
2012-02-11Add tests for cksumElie De Brauwer
2012-02-06Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.Rob Landley
2012-02-02Test suite comment tweaks.Rob Landley
2012-01-30More work on xargs: bugfix and tests.Rob Landley
2008-06-22Basic tests for sort. Needs more...Rob Landley
2008-06-22Cosmetic tweak, only show skipped tests when VERBOSE set.Rob Landley
2008-05-17Add seq, and tests for it.Rob Landley
2008-05-17Fix command line option parsing so "echo -xen" actually prints "-xen". AddRob Landley
2008-05-04More tweaks to rmdir.test and the testing infrastructure.Rob Landley
2008-05-04Add rmdir and test for it.Rob Landley
2008-05-04Remove extraneous output.Rob Landley
2008-05-04Very simple cat tests, with more test ideas commented out.Rob Landley
2008-03-26Another cp -r fix, another test case...Rob Landley
2008-03-25Update cp -r to work better, add relevant tests to test suite.Rob Landley
2008-02-20Add first pass at cp, totally untested, unlikely to work yet. :)Rob Landley
2008-02-16Start of tests for cp.Rob Landley
2007-12-16A couple more readlink tests.Rob Landley
2007-12-16Tweak testing.sh so VERBOSE=1 is less noisy.Rob Landley
2007-12-15Basic tests for readlink.Rob Landley