From fb2b96be043fdba3ab70f256cad339b848b8c30f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 10 Jan 2019 20:19:51 -0500 Subject: Remove cash/tests --- bin/cash/tests/errors/Makefile | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 bin/cash/tests/errors/Makefile (limited to 'bin/cash/tests/errors/Makefile') diff --git a/bin/cash/tests/errors/Makefile b/bin/cash/tests/errors/Makefile deleted file mode 100644 index 4de701b6..00000000 --- a/bin/cash/tests/errors/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $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 -- cgit 1.4.1