diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2013-12-02 20:41:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2013-12-02 20:41:02 +0000 |
commit | ee00925ff02aa91399a9360f40f2e88e2117e56a (patch) | |
tree | 61901250dfdd0b32a4470c8bce067be5fc6e41fb /bin/ksh/Makefile | |
parent | 2a26ce9ea5b80d9055e3946f67b84fd150c36a06 (diff) |
Move ksh test files into regressMove ksh test files into regressMove ksh test files into regress.
Diffstat (limited to 'bin/ksh/Makefile')
-rw-r--r-- | bin/ksh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index 811387fc5a5..2c484896928 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2012/04/30 03:51:29 djm Exp $ +# $OpenBSD: Makefile,v 1.29 2013/12/02 20:41:01 millert Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \ @@ -14,8 +14,4 @@ LINKS= ${BINDIR}/ksh ${BINDIR}/rksh LINKS+= ${BINDIR}/ksh ${BINDIR}/sh MLINKS= ksh.1 rksh.1 -check test: - /usr/bin/perl ${.CURDIR}/tests/th -s ${.CURDIR}/tests -p ./ksh -C \ - pdksh,sh,ksh,posix,posix-upu - .include <bsd.prog.mk> |