aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/test
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-07-141-0/+25
| | | | Notes: svn path=/stable/6/; revision=160364
* Adds sha256 support. While it is a good idea to also add sha384 andAnton Berezin2005-03-291-1/+1
| | | | | | | | | | | | | | | | | sha512, I did not do that since it is not entirely clear where "the one true place" to hold their implementations is going to be. Sha256 is different since mtree already links against libmd. Make recommended procedure for integrity checking in the manpage consistent. Fix a bug with -f spec1 -f spec2 comparison, which prevented test/tes03.sh from running successfully. Reviewed by: phk, cperciva Notes: svn path=/head/; revision=144295
* Fix a bug relating to the "files before directories" sort order whenPoul-Henning Kamp2003-11-131-0/+51
| | | | | | | comparing two spec files. Notes: svn path=/head/; revision=122612
* Add a small testcase for the new -f-f mode.Poul-Henning Kamp2003-11-051-0/+60
| | | | Notes: svn path=/head/; revision=122142
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-051-1/+0
| | | | | | | the two specifications to each other. Notes: svn path=/head/; revision=122141
* Make mtree's update function update the modification time too.Poul-Henning Kamp2003-10-311-0/+36
| | | | | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> PR: 53063 Notes: svn path=/head/; revision=121798
* Update test-case to also fail on filenames containing '#'Poul-Henning Kamp2003-10-301-0/+17
| | | | Notes: svn path=/head/; revision=121736
* Add another test-script for mtree(8): Check symlinks with space in them.Poul-Henning Kamp2003-10-301-0/+40
| | | | Notes: svn path=/head/; revision=121733
* Add a test script which Mtree fails.Poul-Henning Kamp2003-10-301-0/+51
Notes: svn path=/head/; revision=121730