diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-15 05:28:41 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-15 05:28:41 +0000 |
commit | b04b984568d2522cbf84fa5dbdcc324888cf57ec (patch) | |
tree | 419d44f2968ec4bdfc42b8759cca0fc2d30a971a /regress/bin/ksh/Makefile | |
parent | e7f2116d7cd5e75f1df5bf99d6617a92309a5466 (diff) |
Regression test for PR 2450.
Diffstat (limited to 'regress/bin/ksh/Makefile')
-rw-r--r-- | regress/bin/ksh/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/bin/ksh/Makefile b/regress/bin/ksh/Makefile index f493d21acca..25e141b061a 100644 --- a/regress/bin/ksh/Makefile +++ b/regress/bin/ksh/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2003/02/09 18:52:49 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2003/12/15 05:28:40 otto Exp $ -REGRESS_TARGETS=shcrash.sh seterror.sh +REGRESS_TARGETS=shcrash.sh seterror.sh varfunction.sh shcrash.sh: ulimit -c 0 && sh ${.CURDIR}/shcrash.sh @@ -8,6 +8,9 @@ shcrash.sh: seterror.sh: sh ${.CURDIR}/seterror.sh +varfunction.sh: + sh ${.CURDIR}/varfunction.sh + .PHONY: ${REGRESS_TARGETS} .include <bsd.regress.mk> |