]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC:
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Oct 2010 23:10:32 +0000 (23:10 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 18 Oct 2010 23:10:32 +0000 (23:10 +0000)
commit675816b9945e4f88a7d1ebaa18c4d153b247888f
treef97cd00db93173e0bf78c08db10412b804787700
parent95d6cbb50aff572e6077715a624aca490a433258
MFC:
  r199955: disable job control when running 'sh -i' in the testsuite
  r204801: make sure to popredir() even if a special builtin caused an error
  r204802: make sure to popredir() even if a function caused an error
  r211399: get rid of unnecessary non-standard empty lists.
  r211609: add a test for breaking from a loop outside the current function
  r211622: test that all bytes from 128 to 255 can be used in IFS
  r211973: weaken builtins/command4 test to only require a non-0 exit status

git-svn-id: svn://svn.freebsd.org/base/stable/8@214045 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
16 files changed:
tools/regression/bin/sh/builtins/break3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command10.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command3.0
tools/regression/bin/sh/builtins/command4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command4.127 [deleted file]
tools/regression/bin/sh/builtins/command5.0
tools/regression/bin/sh/builtins/command9.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/backquote-error1.0
tools/regression/bin/sh/execution/func2.0
tools/regression/bin/sh/expansion/ifs3.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/elif1.0
tools/regression/bin/sh/set-e/elif2.0
tools/regression/bin/sh/set-e/if1.0
tools/regression/bin/sh/set-e/if3.0
tools/regression/bin/sh/set-e/while1.0
tools/regression/bin/sh/set-e/while2.0