summary refs log tree commit diff
path: root/bin/1sh/tests/errors/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/tests/errors/Makefile')
-rw-r--r--bin/1sh/tests/errors/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/bin/1sh/tests/errors/Makefile b/bin/1sh/tests/errors/Makefile
deleted file mode 100644
index a25cf4f8..00000000
--- a/bin/1sh/tests/errors/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $FreeBSD: releng/12.1/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>