summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Expand)AuthorFilesLines
2012-02-2930299: "$*" was split with SHWORDSPLIT if IFS was empty or unsetPeter Stephenson1-0/+10
2012-02-2630270: don't need errors when testing to see if mtime test will workPeter Stephenson1-1/+1
2012-02-2230242: Tests for ${...=...} in POSIX emulationBart Schaefer1-1/+4
2012-02-19unposted: 4.3.16Peter Stephenson1-0/+1
2012-02-1230181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson1-0/+14
2012-01-31Felipe: 30158: compgen test not useful with current bashcompinitPeter Stephenson3-38/+0
2011-12-3030048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime'Frank Terbeck1-0/+3
2011-12-0829955++: IGNORE_CLOSE_BRACES optionPeter Stephenson1-0/+15
2011-12-0829928: belated commit to fix OpenBSD redirection testPeter Stephenson1-2/+3
2011-12-02unposted: fix documentation for "*" test output syntaxPeter Stephenson1-2/+2
2011-12-02unposted: fix documentation for "*" test output syntaxPeter Stephenson1-7/+7
2011-12-02unposted: fix documentation for "*" test output syntaxPeter Stephenson1-4/+4
2011-12-02unposted: fix documentation for "*" test output syntaxPeter Stephenson1-10/+10
2011-12-0129924: add ability to match test output using patternsPeter Stephenson3-28/+75
2011-12-0129923: work around test problem with invalid file descriptor messagePeter Stephenson1-5/+19
2011-10-2629867: pcre/ZTST_unimplemented change from BartPhil Pennock1-1/+5
2011-10-2629844, 29845: remove bogusPeter Stephenson1-2/+5
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-0/+106
2011-09-1529776: fix case of double quotes in double-quote-stylePeter Stephenson1-0/+8
2011-08-2829731: fix read -AE, test that and read -AePeter Stephenson1-0/+17
2011-08-1729703: crash when failing to parse process substitutionsPeter Stephenson1-0/+4
2011-08-17users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson1-0/+5
2011-08-11fix tests using zsh/datetime that I brokePeter Stephenson1-0/+10
2011-08-0329633: more care with anonymous and other functionsPeter Stephenson1-0/+6
2011-07-2829626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson1-0/+17
2011-07-2729561: missed filePeter Stephenson1-0/+3
2011-07-0129530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson1-0/+4
2011-06-1929492: add argument handling to anonymous functionsPeter Stephenson1-1/+28
2011-06-0329451: ${##stuff} removes stuff from the head of $#Peter Stephenson1-1/+9
2011-06-0329422: fix g:: test failing in some localesMikael Magnusson1-14/+7
2011-05-3129410: skip autoload persistence test when zsh/example is not available.Bart Schaefer1-0/+2
2011-05-2429367: update tests redirection of stderr.Bart Schaefer1-7/+19
2011-05-1929224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson1-0/+14
2011-05-1929261: Add g:: flag.Mikael Magnusson1-0/+20
2011-05-13unposted (late commit): updates for 4.3.11-dev-3Peter Stephenson1-0/+1
2011-05-04Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completionPeter Stephenson3-0/+37
2011-04-2229025: Test/A01grammar.ztst: in select test, assert LINES=3 to print listBart Schaefer1-1/+1
2011-03-1128889: ${##} should return the length of $#Peter Stephenson1-0/+8
2011-03-0628866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson1-0/+7
2011-02-2228791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson1-0/+49
2011-02-2128783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson1-0/+12
2011-02-2128784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson1-0/+12
2011-01-18Mikael: 28637: ${foo:0:} caused crashPeter Stephenson1-0/+5
2011-01-1628630: Ricky Zhou: fix crash with isident()Peter Stephenson1-0/+4
2011-01-1028617: NO_EXEC option was doing too much work inPeter Stephenson1-0/+9
2011-01-0728590: make read return status non-zero on errorPeter Stephenson1-0/+5
2011-01-0628588: fix textual display after =~ testPeter Stephenson1-0/+15
2011-01-0628578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer1-3/+2
2010-12-21users/15662: array slice assignment with one index positive and one negative.Bart Schaefer1-1/+23
2010-12-21users/15663: some incomplete array assignment testsPeter Stephenson1-0/+99