summaryrefslogtreecommitdiff
path: root/tests/init.sh
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* init.sh: do not rely on autoupated PWDPaul Eggert2012-06-201-3/+2
* init.sh: explain why $EXEEXT support uses aliases rather than functionsJim Meyering2012-05-081-0/+5
* init.sh: don't let bash aliases interfere with testsJim Meyering2012-05-081-0/+3
* test-framework-sh: Fix test failure with AIX 7.1 diff.Bruno Haible2012-01-281-1/+4
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* init.sh: don't waste a subshell just to redirect stderrJim Meyering2012-01-051-2/+2
* init.sh: do not try to accommodate compare arguments starting with "-"Jim Meyering2012-01-031-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* init.sh: do not emit simulated diff output to stderrJim Meyering2011-12-231-2/+2
* init.sh: correct previous changeJim Meyering2011-12-221-5/+11
* init.sh: avoid unwarranted test failure when using "set -x"Jim Meyering2011-12-221-1/+1
* tests: Avoid spurious error message on platforms without mktemp program.Bruno Haible2011-12-051-1/+1
* init.sh: make "compare /dev/null FILE" output more readableJim Meyering2011-11-221-8/+20
* init.sh: work around OSF/1 5.1's mishandling of /dev/nullJim Meyering2011-11-221-6/+41
* Silence successful tests that use 'compare' on AIX, HP-UX, Solaris.Bruno Haible2011-11-131-4/+37
* tests: use printf, not echo in init.sh's warn_ functionJim Meyering2011-09-191-1/+14
* tests: init.sh: Support any non-GNU diff.Bruno Haible2011-09-021-0/+2
* tests: init.sh: work also with any non-GNU diff that supports -uBruno Haible2011-09-021-1/+1
* init.sh: give more portable redirection-related advice in a commentJim Meyering2011-06-141-2/+2
* tests: fix usage message in 'mktempd_'Stefano Lattarini2011-06-071-1/+1
* tests init: new function 'fatal_', for hard errorsStefano Lattarini2011-06-071-0/+1
* tests: fix logic bug in init.shEric Blake2011-05-241-1/+4
* test-malloca: unset MALLOC_PERTURB_ to speed up testPádraig Brady2011-01-211-1/+1
* init.sh: insert space between each function name and "()"Jim Meyering2011-01-201-16/+16
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* tests: avoid failing coreutils tests on cygwinEric Blake2010-12-311-1/+4
* tests: minor indenting changePaul Eggert2010-12-281-2/+3
* tests: set fail=0 at startPaul Eggert2010-12-181-2/+1
* init.sh: ensure that IFS is defined, just in case...Jim Meyering2010-11-131-0/+6
* init.sh: correct an outdated commentJim Meyering2010-09-181-1/+1
* init.sh: don't let an ephemeral "*.exe" make us skip all dir entriesJim Meyering2010-09-181-3/+5
* init.sh: accomodate directory with no .exesEric Blake2010-09-171-0/+3
* init.sh: penalize a set-x-impaired shell; don't disqualify itJim Meyering2010-09-091-29/+76
* init.sh: disqualify shells for which set -x corrupts stderrJim Meyering2010-09-081-0/+4
* tests: init.sh improvements for re-exec'ing with zshEric Blake2010-09-021-2/+21
* init.sh: work around trap limitation of some shellsPeter O'Gorman2010-07-291-3/+6
* init.sh: change framework_failure_ to fail with status 99, not 1Ralf Wildenhues2010-06-111-1/+1
* init.sh: don't use $ME_ or skip_ before they are definedJim Meyering2010-06-111-21/+22
* Fix output redirection buglet in init.sh.Ralf Wildenhues2010-05-231-2/+2
* init.sh: fix an error in the previous change; add more commentsJim Meyering2010-05-161-2/+6
* init.sh: avoid unnecessary shell re-execJim Meyering2010-05-161-14/+27
* init.sh: fix a typoPeter O'Gorman2010-05-101-1/+1
* init.sh: enable MALLOC_PERTURB_Jim Meyering2010-05-091-0/+7
* init.sh: improve commentsJim Meyering2010-05-071-2/+7
* init.sh: ensure a more reliable exit status when exiting via trapJim Meyering2010-04-281-3/+5
* init.sh: run tr in the "C" locale to avoid multibyte interpretationJim Meyering2010-04-091-2/+2
* init.sh: simply unset TMPDIR rather than risking env -iJim Meyering2010-04-061-1/+1
* init.sh: portability fix: use env's POSIX-specified -i option not -uJim Meyering2010-04-061-1/+1
* init.sh: fix typoJim Meyering2010-04-051-1/+1