summaryrefslogtreecommitdiff
path: root/tests/star
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsPaul Eggert2023-01-068-8/+8
| | | | | | | | | UPDATE_COPYRIGHT_USE_INTERVALS=1 \ gnulib/build-aux/update-copyright \ $(git ls-files | sed -e '/^gnulib$/d /^paxutils$/d /^COPYING$/d /\/fdl.texi$/d')
* Update copyright yearsSergey Poznyakoff2022-01-028-8/+8
|
* Update copyright yearsSergey Poznyakoff2021-01-068-8/+8
|
* Update copyright yearsSergey Poznyakoff2020-02-088-8/+8
|
* Version 1.31release_1_31Sergey Poznyakoff2019-01-028-16/+8
|
* Provide a way to skip tests that create very large filesSergey Poznyakoff2018-03-133-3/+6
| | | | | | | | | | | | Define environment variable TARTEST_SKIP_LARGE_FILES=1 in order to skip tests that require lots of disk space. * tests/testsuite.at (AT_SKIP_LARGE_FILES): New macro. * tests/sparse03.at: Mark test with AT_SKIP_LARGE_FILES. * tests/sparse05.at: Likewise. * tests/star/pax-big-10g.at: Likewise. * tests/star/ustar-big-2g.at: Likewise. * tests/star/ustar-big-8g.at: Likewise.
* Update copyright yearsSergey Poznyakoff2017-01-028-15/+15
|
* Update copyright yearsSergey Poznyakoff2016-01-208-9/+16
|
* Update copyright years.Sergey Poznyakoff2014-01-308-8/+8
|
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-318-59/+79
|
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some test failures recently introduced by gnulib updates prompted by recent changes to the GNU coding standards, which now advise to use quotes 'like this' or "like this" rather than `like this'. * NEWS: Document this. * README, README-hacking, doc/Makefile.am, scripts/backup.in: * scripts/backup.sh.in, scripts/dump-remind.in: * src/buffer.c, src/checkpoint.c, src/create.c, src/incremen.c: * src/misc.c, src/names.c, src/sparse.c, src/transform.c: * tests/incr02.at, tests/incremental.at, tests/multiv08.at: * tests/sparse04.at, tests/star/README, tests/update01.at: Quote 'like this' in comments. * src/tar.h: Quote "like this" in comments, when quoting English phrases rather than code. * configure.ac: * scripts/xsparse.c (get_var, read_xheader, main): * src/compare.c (diff_archive): * src/extract.c (prepare_to_extract): * src/tar.c (request_stdin, tar_set_quoting_style, doc, options) (set_subcommand_option, report_textual_dates, parse_opt) (decode_options, main): * src/xheader.c (decx): Quote 'like this' in diagnostics. * doc/tar.texi (list, warnings, override) (Selecting Archive Members, quoting styles, after, hard links) (Sparse Recovery, Multi-Volume Archives, label): Adjust documentation to match new output. * tests/backup01.at, tests/incr01.at, tests/incr04.at: * tests/label04.at, tests/label05.at, tests/link03.at: * tests/listed02.at, tests/multiv03.at, tests/multiv05.at: * tests/rename01.at, tests/rename02.at, tests/rename03.at: * tests/volume.at: Adjust tests to match new quoting behavior.
* tar: remove trailing white space from source filesPaul Eggert2010-08-197-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog.1, ChangeLog.CVS, Makefile.am, NEWS, README: * README-hacking, directory, doc/Makefile.am, doc/dumpdir.texi: * doc/gendocs_template, doc/intern.texi, doc/mastermenu.el: * doc/snapshot.texi, doc/sparse.texi, doc/tar-snapshot-edit.texi: * doc/value.texi, lib/Makefile.am, scripts/backup-specs: * scripts/dump-remind.in, scripts/tar-snapshot-edit, scripts/tarcat: * scripts/xsparse.c, src/arith.h, src/buffer.c, src/compare.c: * src/create.c, src/delete.c, src/exit.c, src/suffix.c, src/tar.c: * src/tar.h, src/update.c, src/warning.c, src/xheader.c: * tests/append01.at, tests/append02.at, tests/atlocal.in: * tests/delete03.at, tests/exclude.at, tests/exclude06.at: * tests/extrac04.at, tests/extrac05.at, tests/extrac06.at: * tests/extrac07.at, tests/filerem01.at, tests/filerem02.at: * tests/incr01.at, tests/incr02.at, tests/incr03.at, tests/incr06.at: * tests/label02.at, tests/label03.at, tests/label04.at: * tests/label05.at, tests/link02.at, tests/link03.at: * tests/listed01.at, tests/listed02.at, tests/long01.at: * tests/longv7.at, tests/multiv01.at, tests/multiv02.at: * tests/multiv03.at, tests/multiv05.at, tests/multiv06.at: * tests/multiv07.at, tests/multiv08.at, tests/options.at: * tests/options02.at, tests/remfiles03.at, tests/rename01.at: * tests/rename02.at, tests/rename03.at, tests/rename04.at: * tests/rename05.at, tests/same-order01.at, tests/same-order02.at: * tests/shortfile.at, tests/shortupd.at, tests/sparse01.at: * tests/sparse02.at, tests/sparsemv.at, tests/sparsemvp.at: * tests/star/README, tests/star/gtarfail2.at: * tests/star/multi-fail.at: * tests/star/pax-big-10g.at, tests/star/quicktest.sh: * tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at: * tests/update01.at, tests/update02.at, tests/volsize.at: * tests/volume.at: Remove trailing spaces and tabs from lines, and remove trailing empty lines from files. This makes it a bit easier to share code among coreutils and other projects that do this.
* * bootstrap: Use rsync to get translations.Sergey Poznyakoff2008-03-061-1/+1
| | | | | | | | | * doc/tar.texi: Minor change. * lib/.cvsignore: Update * po/.cvsignore: Update * src/system.c: Remove include setenv.h. * tests/atlocal.in (STAR_DATA_URL): Update. * tests/star/README: Update URL.
* UpdateSergey Poznyakoff2007-10-101-2/+2
|
* Minor rewordingSergey Poznyakoff2007-09-081-3/+6
|
* Relicense under GPLv3Sergey Poznyakoff2007-06-277-14/+14
|
* (AT_STAR_PREREQ): Provide md5 sum.Sergey Poznyakoff2006-05-137-20/+20
|
* Close stdin so that if something fails causing tar to ask for the next ↵Sergey Poznyakoff2005-11-111-1/+1
| | | | volume, it won't hang the testsuite.
* UpdateSergey Poznyakoff2005-11-111-1/+1
|
* (AT_KEYWORDS): Improve to allow executionof related tests in groups.Sergey Poznyakoff2005-11-091-1/+1
|
* Adapt to the new output formatSergey Poznyakoff2005-06-236-74/+74
|
* Update FSF postal mail address.Paul Eggert2005-05-157-14/+14
|
* Determine path to the tar executable.Sergey Poznyakoff2005-02-041-1/+9
|
* Use AT_GZIP_PREREQSergey Poznyakoff2004-12-213-0/+3
|
* Added to the repositorySergey Poznyakoff2004-12-201-0/+100
|
* RemovedSergey Poznyakoff2004-12-201-55/+0
|
* Document quicktest.shSergey Poznyakoff2004-12-201-0/+21
|
* UpdatedSergey Poznyakoff2004-11-261-14/+5
|
* Rewritten testsuite in autotestSergey Poznyakoff2004-09-076-93/+125
|
* Minor fixSergey Poznyakoff2004-05-161-1/+3
|
* Minor correctionSergey Poznyakoff2004-05-111-1/+1
|
* Added copyleft headerSergey Poznyakoff2004-05-072-0/+36
|
* Added copyleft headerSergey Poznyakoff2004-05-075-0/+90
|
* Fixed typoSergey Poznyakoff2004-04-201-1/+1
|
* Updated to match the recent changesSergey Poznyakoff2004-03-223-5/+8
|
* UpdatedSergey Poznyakoff2004-02-291-8/+14
|
* New test.Sergey Poznyakoff2004-02-291-0/+65
|
* New fileSergey Poznyakoff2004-02-297-0/+175