summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Collapse)AuthorFilesLines
2005-08-1721655: bug in ${..//../${..//../..}}Peter Stephenson1-0/+8
2005-08-11Third time's a charm: a better fix than using either a subshell orWayne Davison1-11/+17
"setopt localoptions" is to use a function for the final test (since it destroys all the variables in the environment). This allows us to directly test that the environment was properly restored after the function call, and ensures that the caller (ZTST_execchunk, which directly exec'ed the test code) still has all the vars that it expects in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
2005-08-10A better fix than my last patch is to use "setopt localoptions".Wayne Davison1-3/+3
2005-08-10Put the last test into a sub-shell so that it doesn't interfereWayne Davison1-2/+2
with the temp-file cleanup.
2005-08-0921580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison1-1/+4
interfere with the tests.
2005-08-09Got rid of trap call for now.Wayne Davison1-2/+2
2005-08-09Test both %b and %s in the empty-arg test.Wayne Davison1-1/+1
2005-08-0821576: test for 21575Peter Stephenson1-0/+20
2005-08-04Improved the %d and %g tests.Wayne Davison1-4/+6
2005-08-01Three more tests based on recent fixes.Wayne Davison1-0/+14
2005-08-01- Improved how we check the no-newline test cases.Wayne Davison1-13/+17
- Added a test case for "echo -n".
2005-07-26Added tests for \c escape handling.Wayne Davison1-0/+28
2005-06-2121317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle1-0/+4
2005-06-17add test for 21352Oliver Kiddle1-0/+8
2005-05-09Add [[:IFS:]] etc. tests.Peter Stephenson1-0/+25
2005-05-0121215: clean up after autoloaded trap testBart Schaefer1-2/+6
2005-04-2621194: fix handling of zero-length quoted test strings for patternsPeter Stephenson1-0/+5
2005-04-25Test for fix of read with trailing metacharactersPeter Stephenson1-0/+7
2005-04-16Update test for change in error message.Bart Schaefer1-1/+1
2005-04-1421141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson1-1/+6
2005-04-14Belated commit of 21064: test case for 21049Bart Schaefer1-0/+7
2005-04-1321136: don't leave TRAPEXIT lying around in Test directoryPeter Stephenson1-2/+2
2005-04-1221134: bad file descriptor error message system variation.Peter Stephenson1-1/+5
Hey, six nouns in a row!
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-0/+25
2005-04-1121131: exit with status 127 when script not foundPeter Stephenson1-0/+4
2005-04-0421082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson1-0/+4
2005-04-0121078: parse errors didn't cause non-zero exit statusPeter Stephenson1-0/+9
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson1-0/+6
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson1-2/+3
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-2/+32
(now traplists); improve trap tests
2005-02-02Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson2-0/+23
2005-01-1320698: Fix tail for POSIX conformancePeter Stephenson1-3/+27
2005-01-1220692: unset POSIXLY_CORRECT in test.Peter Stephenson1-0/+3
unposted: minor comment change in _perforce
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-1/+93
Separate justification width of parameters from base/precision.
2004-12-0720606: simple verification of pseudorandom numbersPeter Stephenson1-0/+32
2004-11-3020599: test for $((##)) should now check for errorPeter Stephenson1-2/+2
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson1-0/+5
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson1-0/+4
trivial optimisation in jobs.c (unposted)
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-0/+1
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson1-0/+5
2004-09-1720378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson1-0/+15
2004-09-09Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer1-1/+15
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-1/+1
2004-07-2620198: fix TRAPEXIT.Peter Stephenson3-1/+11
2004-07-0721042: add test for bug fixed in 21041Peter Stephenson1-0/+13
2004-07-0220126: tidy up before 4.2.1Peter Stephenson1-0/+1
20127: tweaked version of Wayne's patch to reexand prompts
2004-06-3020112: Forgot this bit.Peter Stephenson1-0/+24
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+79
2004-06-09c.f. 20034: zsh/mathfunc testsPeter Stephenson1-0/+106
2004-05-1319941: fix (( 3, ))Peter Stephenson1-0/+20