]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268436,273243,278806,280920,286971: sh: Add various tests.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Sep 2015 14:24:12 +0000 (14:24 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Sep 2015 14:24:12 +0000 (14:24 +0000)
commit4fbb9bb04dd9906c8cc484a0053e1efdff248909
tree3e1766922fcb502397bb3c7891ba343de82106fd
parentade37d37ffc450b5b2a94bd475f8a1a07edd10b8
MFC r268436,273243,278806,280920,286971: sh: Add various tests.

These new tests from head pass with unmodified stable/10 sh.

git-svn-id: svn://svn.freebsd.org/base/stable/10@287755 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
bin/sh/tests/expansion/Makefile
bin/sh/tests/expansion/ifs5.0 [new file with mode: 0644]
bin/sh/tests/expansion/ifs6.0 [new file with mode: 0644]
bin/sh/tests/expansion/ifs7.0 [new file with mode: 0644]
bin/sh/tests/expansion/pathname5.0 [new file with mode: 0644]
bin/sh/tests/parameters/Makefile
bin/sh/tests/parameters/positional3.0 [new file with mode: 0644]
bin/sh/tests/parser/Makefile
bin/sh/tests/parser/dollar-quote12.0 [new file with mode: 0644]
bin/sh/tests/parser/line-cont1.0 [new file with mode: 0644]
bin/sh/tests/parser/line-cont2.0 [new file with mode: 0644]
bin/sh/tests/parser/line-cont3.0 [new file with mode: 0644]