index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tar.test
Age
Commit message (
Expand
)
Author
2019-10-02
tar.test: work around SELinux messing with st_blocks.
Elliott Hughes
2019-09-17
tar.test: add a test for a sparse file with a hole at the end.
Elliott Hughes
2019-09-15
Elliott's test for sparse file size display.
Rob Landley
2019-07-22
test.tar: fix tar tests on Android.
Elliott Hughes
2019-06-25
tar: implement --mode.
Elliott Hughes
2019-05-28
Workaround for mksh
Rob Landley
2019-05-19
Fix tar sparse extract with extension blocks.
Rob Landley
2019-05-19
More tar tests.
Rob Landley
2019-04-03
More tar tests, and fix tar to pass them.
Rob Landley
2019-04-02
More tar cleanup, more tests.
Rob Landley
2019-04-02
Don't check in todo notes.
Rob Landley
2019-04-02
More tar cleanup and tests.
Rob Landley
2019-04-01
More tar cleanup.
Rob Landley
2019-03-31
More tar cleanup, some tests.
Rob Landley
2019-03-22
More tar cleanup, add --owner and --group, and start of new tests.
Rob Landley
2018-11-20
Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.
Rob Landley
2017-05-19
Add bzip2 support to tar.
Elliott Hughes
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-03-02
Try to consistently print command name at the start of each test.
Rob Landley
2016-02-10
toybox: tar: Fix support for long names
Tom Marshall
2016-02-10
toybox: tar: Fix tar tests
Tom Marshall
2015-05-12
Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley