aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar
AgeCommit message (Collapse)Author
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-11randomtest fixesDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-10randomconfig testsuite fixesDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-06-03rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer
CONFIG_FEATURE_TAR_GZIP was renamed to CONFIG_FEATURE_SEAMLESS_GZ. Adjust testsuite accordingly. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-08-04fix some testsuite false positivesDenis Vlasenko
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko
2008-07-11testsuite: uniformly use $ECHO with -n -eDenis Vlasenko
2008-04-29tar: add testsuite entriesDenis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2006-09-02tar: tar xf foo.tar dir/dir did not extract all subdirs.Denis Vlasenko
Added testsuite entry for this
2004-04-06Minor tar test updateEric Andersen
2004-04-06Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2003-12-26Isolate code better for unused options, config option to enable longGlenn L McGrath
options, add some conditions to the tar tests in testsuite.
2003-11-20Update status of tests which should passGlenn L McGrath
2003-05-18Handle -O preceding -x.Matt Kraai
2002-02-19* testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".Matt Kraai
* testsuite/runtest (run_applet_testcase): Likewise. * testsuite/cp/cp-preserves-hard-links: Likewise. * testsuite/grep/egrep-supports-extended-regexps: Likewise. * testsuite/grep/grep-is-also-egrep: Likewise. * testsuite/tar/tar-archives-multiple-files: Likewise. * testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list: Likewise. * testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise. * testsuite/tar/tar-handles-nested-exclude: Likewise.
2002-02-19* testsuite/tar/tar-archives-multiple-files: RequireMatt Kraai
CONFIG_FEATURE_TAR_CREATE.
2002-02-17* testsuite/tar/tar-archives-multiple-files: New.Matt Kraai
2002-01-02* cmp/cmp-detects-difference: Simplify return code negation.Matt Kraai
* false/false-returns-failure: Likewise. * tar/tar-demands-at-least-one-ctx: Likewise. * tar/tar-demands-at-most-one-ctx: Likewise.
2001-12-21New.Matt Kraai
2001-12-20Write files when extracting an archive from standard input.Matt Kraai
2001-10-31Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.Matt Kraai
2001-10-30Merge test suite.Matt Kraai