summaryrefslogtreecommitdiffstats
path: root/tests/install
AgeCommit message (Expand)AuthorLines
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-0/+5
2016-07-08install: with -Z, set default SELinux context for created directoriesKamil Dudka-0/+58
2016-01-16tests: fix false failure with spaces in absolute $PWDPádraig Brady-1/+1
2016-01-03install: fix relative copies to absolute directory with -DPádraig Brady-1/+8
2016-01-01maint: update all copyright year number rangesPádraig Brady-8/+8
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady-2/+2
2015-11-10tests: cleanup trapping of signal namesPádraig Brady-2/+2
2015-07-03tests: avoid side effects of $SHELL environment variablePádraig Brady-1/+1
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady-5/+5
2015-01-01maint: update all copyright year number rangesPádraig Brady-8/+8
2014-07-13build: support building all tools in a single binaryAlex Deymo-3/+7
2014-07-02tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering-1/+1
2014-06-11tests: fix version printing for ginstall in one testPádraig Brady-1/+1
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker-0/+27
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-8/+8
2013-04-14tests: avoid false failures with non default groupsPádraig Brady-1/+27
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala-0/+4
2013-01-01maint: update all copyright year number rangesJim Meyering-8/+8
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini-8/+8
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini-0/+0
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering-3/+3
2012-01-27maint: use single copyright year rangeJim Meyering-2/+2
2012-01-09tests: more automated quote adjustmentJim Meyering-1/+1
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering-9/+9
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering-11/+11
2012-01-01maint: update all copyright year number rangesJim Meyering-8/+8
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering-1/+1
2011-11-22tests: use compare, not "diff", in a few stray testsJim Meyering-1/+1
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini-15/+15
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering-2/+2
2011-01-01maint: update all copyright year number rangesJim Meyering-8/+8
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+4
2010-12-13tests: tweak basic-1 to use warn_ rather than literal "exit 77"Jim Meyering-18/+6
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering-8/+8
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering-48/+16
2010-09-07tests: exclude some tests when running on NFSPádraig Brady-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-8/+8
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering-8/+0
2009-08-19tests: make install-C slightly less prone to confusionJim Meyering-3/+3
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-5/+5
2009-04-19tests: avoid failure of install-C test on FreeBSD UFS file systemAurelien Jarno-1/+1
2009-03-27tests: avoid spurious test failure in set-GID build dirJim Meyering-0/+1
2009-03-27tests: migrate setgid-check into test-lib.shJim Meyering-1/+1
2009-02-21tests: skip new install-C test if working directory is set-gidJim Meyering-0/+1
2009-02-18add missing copyright datesEric Blake-3/+3
2009-02-17install: add --compare (-C) option to install file only when necessaryKamil Dudka-0/+230
2008-10-04tests: fix the install/strip-program testJim Meyering-1/+1
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering-5/+5
2008-09-06install: new option: --strip-program,Kamil Dudka-0/+41