diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 18:48:02 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 18:48:02 -0500 |
commit | 308a14f85158f1545000499a64bc170d688a0db9 (patch) | |
tree | dfba0e2c80cbde1c38c814a4c84ce4d2c6d9c09f /bin/cash/tests/errors/Makefile | |
parent | Remove character NETHACKOPTIONS (diff) | |
download | src-308a14f85158f1545000499a64bc170d688a0db9.tar.gz src-308a14f85158f1545000499a64bc170d688a0db9.zip |
Import /usr/src/bin/sh from FreeBSD 12.0-RELEASE
Diffstat (limited to '')
-rw-r--r-- | bin/cash/tests/errors/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/bin/cash/tests/errors/Makefile b/bin/cash/tests/errors/Makefile new file mode 100644 index 00000000..4de701b6 --- /dev/null +++ b/bin/cash/tests/errors/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD: releng/12.0/bin/sh/tests/errors/Makefile 319575 2017-06-04 20:52:55Z jilles $ + +PACKAGE= tests + +TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} + +.PATH: ${.CURDIR:H} +ATF_TESTS_SH= functional_test + +${PACKAGE}FILES+= assignment-error1.0 +${PACKAGE}FILES+= assignment-error2.0 +${PACKAGE}FILES+= backquote-error1.0 +${PACKAGE}FILES+= backquote-error2.0 +${PACKAGE}FILES+= bad-binary1.126 +${PACKAGE}FILES+= bad-keyword1.0 +${PACKAGE}FILES+= bad-parm-exp1.0 +${PACKAGE}FILES+= bad-parm-exp2.2 bad-parm-exp2.2.stderr +${PACKAGE}FILES+= bad-parm-exp3.2 bad-parm-exp3.2.stderr +${PACKAGE}FILES+= bad-parm-exp4.2 bad-parm-exp4.2.stderr +${PACKAGE}FILES+= bad-parm-exp5.2 bad-parm-exp5.2.stderr +${PACKAGE}FILES+= bad-parm-exp6.2 bad-parm-exp6.2.stderr +${PACKAGE}FILES+= bad-parm-exp7.0 +${PACKAGE}FILES+= bad-parm-exp8.0 +${PACKAGE}FILES+= option-error.0 +${PACKAGE}FILES+= redirection-error.0 +${PACKAGE}FILES+= redirection-error2.2 +${PACKAGE}FILES+= redirection-error3.0 +${PACKAGE}FILES+= redirection-error4.0 +${PACKAGE}FILES+= redirection-error5.0 +${PACKAGE}FILES+= redirection-error6.0 +${PACKAGE}FILES+= redirection-error7.0 +${PACKAGE}FILES+= redirection-error8.0 +${PACKAGE}FILES+= write-error1.0 + +.include <bsd.test.mk> |