diff options
Diffstat (limited to 'bin/cash/tests/execution/Makefile')
-rw-r--r-- | bin/cash/tests/execution/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/bin/cash/tests/execution/Makefile b/bin/cash/tests/execution/Makefile deleted file mode 100644 index 99963afb..00000000 --- a/bin/cash/tests/execution/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/execution/Makefile 308229 2016-11-02 22:33:37Z jilles $ - -PACKAGE= tests - -TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} - -.PATH: ${.CURDIR:H} -ATF_TESTS_SH= functional_test - -${PACKAGE}FILES+= bg1.0 -${PACKAGE}FILES+= bg2.0 -${PACKAGE}FILES+= bg3.0 -${PACKAGE}FILES+= bg4.0 -${PACKAGE}FILES+= bg5.0 -${PACKAGE}FILES+= bg6.0 bg6.0.stdout -${PACKAGE}FILES+= bg7.0 -${PACKAGE}FILES+= bg8.0 -${PACKAGE}FILES+= bg9.0 -${PACKAGE}FILES+= bg10.0 bg10.0.stdout -${PACKAGE}FILES+= fork1.0 -${PACKAGE}FILES+= fork2.0 -${PACKAGE}FILES+= fork3.0 -${PACKAGE}FILES+= func1.0 -${PACKAGE}FILES+= func2.0 -${PACKAGE}FILES+= func3.0 -${PACKAGE}FILES+= hash1.0 -${PACKAGE}FILES+= int-cmd1.0 -${PACKAGE}FILES+= killed1.0 -${PACKAGE}FILES+= killed2.0 -${PACKAGE}FILES+= not1.0 -${PACKAGE}FILES+= not2.0 -${PACKAGE}FILES+= path1.0 -${PACKAGE}FILES+= redir1.0 -${PACKAGE}FILES+= redir2.0 -${PACKAGE}FILES+= redir3.0 -${PACKAGE}FILES+= redir4.0 -${PACKAGE}FILES+= redir5.0 -${PACKAGE}FILES+= redir6.0 -${PACKAGE}FILES+= redir7.0 -${PACKAGE}FILES+= set-C1.0 -${PACKAGE}FILES+= set-n1.0 -${PACKAGE}FILES+= set-n2.0 -${PACKAGE}FILES+= set-n3.0 -${PACKAGE}FILES+= set-n4.0 -${PACKAGE}FILES+= set-x1.0 -${PACKAGE}FILES+= set-x2.0 -${PACKAGE}FILES+= set-x3.0 -${PACKAGE}FILES+= set-x4.0 -${PACKAGE}FILES+= shellproc1.0 -${PACKAGE}FILES+= subshell1.0 subshell1.0.stdout -${PACKAGE}FILES+= subshell2.0 -${PACKAGE}FILES+= subshell3.0 -${PACKAGE}FILES+= subshell4.0 -${PACKAGE}FILES+= unknown1.0 -${PACKAGE}FILES+= var-assign1.0 - -.include <bsd.test.mk> |