aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/test/test-basic.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old bsdtar test scripts; something muchTim Kientzle2008-01-021-432/+0
| | | | | | | better is almost ready to commit. Notes: svn path=/head/; revision=175052
* When testing basic functionality, strip trailing '/' fromTim Kientzle2007-04-181-3/+3
| | | | | | | dir names, so they match the names generated by 'find'. Notes: svn path=/head/; revision=168829
* Add test to confirm that piping a tar archive created by bsdtar throughColin Percival2007-04-041-0/+5
| | | | | | | 'bsdtar -cf- @-' doesn't alter it. Notes: svn path=/head/; revision=168343
* Add tests for "bsdtar -t". These are useful primarily because they testColin Percival2007-03-311-0/+16
| | | | | | | the archive_read_data_skip code. Notes: svn path=/head/; revision=168176
* Clarify the test comments in test-basic.sh. Have config.sh do aTim Kientzle2007-03-111-18/+18
| | | | | | | | | | better job searching for the bsdtar binary to test and the gtar binary to use for inter-operability testing. It should now find the built (but not installed) binary if there is one, then search for an installed binary in a number of standard locations. Notes: svn path=/head/; revision=167458
* bsdtar 2.0.23:Tim Kientzle2007-03-111-0/+411
* New test scripts exercise some basic functionality * Most header inclusions are now protected (portability) * read.c now relies on security checks in libarchive instead of trying to do its own (optimization) * -p now enabled by default for root, add --no-same-permissions to disable it * Comments, minor style fixes. Notes: svn path=/head/; revision=167450