summary refs log tree commit diff
path: root/bin/cash/tests/parameters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cash/tests/parameters/Makefile')
-rw-r--r--bin/cash/tests/parameters/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/bin/cash/tests/parameters/Makefile b/bin/cash/tests/parameters/Makefile
deleted file mode 100644
index b5d5edab..00000000
--- a/bin/cash/tests/parameters/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD: releng/12.0/bin/sh/tests/parameters/Makefile 306843 2016-10-08 13:40:12Z jilles $
-
-PACKAGE=	tests
-
-TESTSDIR=	${TESTSBASE}/bin/sh/${.CURDIR:T}
-
-.PATH: ${.CURDIR:H}
-ATF_TESTS_SH=	functional_test
-
-${PACKAGE}FILES+=	env1.0
-${PACKAGE}FILES+=	exitstatus1.0
-${PACKAGE}FILES+=	ifs1.0
-${PACKAGE}FILES+=	mail1.0
-${PACKAGE}FILES+=	mail2.0
-${PACKAGE}FILES+=	optind1.0
-${PACKAGE}FILES+=	optind2.0
-${PACKAGE}FILES+=	positional1.0
-${PACKAGE}FILES+=	positional2.0
-${PACKAGE}FILES+=	positional3.0
-${PACKAGE}FILES+=	positional4.0
-${PACKAGE}FILES+=	positional5.0
-${PACKAGE}FILES+=	positional6.0
-${PACKAGE}FILES+=	positional7.0
-${PACKAGE}FILES+=	positional8.0
-${PACKAGE}FILES+=	positional9.0
-${PACKAGE}FILES+=	pwd1.0
-${PACKAGE}FILES+=	pwd2.0
-
-.include <bsd.test.mk>
td>import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroea2e18dc5778e4&follow=1'>Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe