diff options
author | David Krause <david@cvs.openbsd.org> | 2004-03-04 07:24:02 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-03-04 07:24:02 +0000 |
commit | 261b2422bee6f0facaf06d48cf2165fbf112f2a3 (patch) | |
tree | cf545551a45998aaf095e46acef6e5f38c9b20b2 | |
parent | 55f0e8eeefdad123f71a1186bcbffce3703d3b9e (diff) |
actually SKIP nxtext-mmap, rather than returning a fake SUCCESS
-rw-r--r-- | regress/sys/kern/noexec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile index 0921c334ffc..50b2d87b3fe 100644 --- a/regress/sys/kern/noexec/Makefile +++ b/regress/sys/kern/noexec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/03/01 22:42:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2004/03/04 07:24:01 david Exp $ .if ${MACHINE} == "sparc64" || ${MACHINE} == "sparc" || \ ${MACHINE} == "alpha" || \ @@ -14,10 +14,11 @@ REGRESS_TARGETS= nxtext-mmap nxtext-mprotect \ nxheap nxheap-mmap nxheap-mprotect \ nxmmap nxmmap-mprotect \ nxstack nxstack-mmap nxstack-mprotect +REGRESS_SKIP_TARGETS+= nxtext-mmap .PHONY: ${REGRESS_TARGETS} nxtext-mmap: ${PROG} - @echo ./${PROG} -T -m not being run + @./${PROG} -T -m nxtext-mprotect: ${PROG} @./${PROG} -T -p |