aboutsummaryrefslogtreecommitdiff
path: root/tests/tar.test
AgeCommit message (Expand)Author
2021-03-09tar: fix base-256 output.Elliott Hughes
2021-02-28Tar should remove empty directories where it wants to put a non-directory.Rob Landley
2020-08-25simplifyRob Landley
2020-08-25tar.test: fix the -Igzip test to work with toybox file.Elliott Hughes
2020-08-24tar: add -I (--use-compress-program) support.Elliott Hughes
2020-06-23William Djupström reported tar --exclude wasn't working. Fix and add test.Rob Landley
2020-06-09Tests for tar memory fix.Rob Landley
2020-06-08Add tar test for long filenames.Rob Landley
2020-03-23tar: implement --absolute-names.Elliott Hughes
2019-10-02tar.test: work around SELinux messing with st_blocks.Elliott Hughes
2019-09-17tar.test: add a test for a sparse file with a hole at the end.Elliott Hughes
2019-09-15Elliott's test for sparse file size display.Rob Landley
2019-07-22test.tar: fix tar tests on Android.Elliott Hughes
2019-06-25tar: implement --mode.Elliott Hughes
2019-05-28Workaround for mkshRob Landley
2019-05-19Fix tar sparse extract with extension blocks.Rob Landley
2019-05-19More tar tests.Rob Landley
2019-04-03More tar tests, and fix tar to pass them.Rob Landley
2019-04-02More tar cleanup, more tests.Rob Landley
2019-04-02Don't check in todo notes.Rob Landley
2019-04-02More tar cleanup and tests.Rob Landley
2019-04-01More tar cleanup.Rob Landley
2019-03-31More tar cleanup, some tests.Rob Landley
2019-03-22More tar cleanup, add --owner and --group, and start of new tests.Rob Landley
2018-11-20Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.Rob Landley
2017-05-19Add bzip2 support to tar.Elliott Hughes
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2016-03-02Try to consistently print command name at the start of each test.Rob Landley
2016-02-10toybox: tar: Fix support for long namesTom Marshall
2016-02-10toybox: tar: Fix tar testsTom Marshall
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley