summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/test
Commit message (Collapse)AuthorAgeFilesLines
* o Add an 'optional' keyword, which allows files to be in themaxim2006-07-031-0/+25
| | | | | | | | | | specification, but not in the file hierarchy. PR: bin/99531 Submitted by: skv Obtained from: NetBSD, originally from Ed Symanzik Regress. test: test/test05.sh MFC after: 1 month
* Adds sha256 support. While it is a good idea to also add sha384 andtobez2005-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
* Fix a bug relating to the "files before directories" sort order whenphk2003-11-131-0/+51
| | | | comparing two spec files.
* Add a small testcase for the new -f-f mode.phk2003-11-051-0/+60
|
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-051-1/+0
| | | | the two specifications to each other.
* Make mtree's update function update the modification time too.phk2003-10-311-0/+36
| | | | | Submitted by: Dan Nelson <dnelson@allantgroup.com> PR: 53063
* Update test-case to also fail on filenames containing '#'phk2003-10-301-0/+17
|
* Add another test-script for mtree(8): Check symlinks with space in them.phk2003-10-301-0/+40
|
* Add a test script which Mtree fails.phk2003-10-301-0/+51
OpenPOWER on IntegriCloud