summaryrefslogtreecommitdiff
path: root/tests/init.sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* init.sh: make it easier for a test script to write to the tty, ...Jim Meyering2010-04-051-2/+12
* init.sh: fix EXEEXT shims to work also for names like test-progJim Meyering2010-02-211-7/+43
* init.sh: don't use $(...) just yetJim Meyering2010-02-181-1/+1
* init.sh: improve portability and efficiencyJim Meyering2010-02-161-6/+7
* init.sh: automatically accommodate programs with the .exe suffixJim Meyering2010-02-161-1/+54
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* init.sh: avoid Solaris 10 /bin/sh portability problemJim Meyering2009-12-081-20/+22
* init.sh: suggest to use skip_ and fail_ functions in commentsEric Blake2009-11-261-0/+1
* init.sh: add documentation in commentsBruno Haible2009-11-261-0/+36
* init.sh: accommodate even those who specify bogus srcdir manuallyJim Meyering2009-11-261-2/+2
* tests/init.sh: new file to be used via most *.sh testsJim Meyering2009-11-251-0/+216