From 2b1d7604bf1519b97666013632ae2a1c967eeb4f Mon Sep 17 00:00:00 2001 From: jruoho Date: Sat, 17 Sep 2011 18:53:31 +0000 Subject: [PATCH] Remove ptrace(2) tests that are not yet ready but were accidentally committed. --- tests/lib/libc/sys/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/lib/libc/sys/Makefile b/tests/lib/libc/sys/Makefile index d043462d9032..ad5baf1ec543 100644 --- a/tests/lib/libc/sys/Makefile +++ b/tests/lib/libc/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/09/17 18:52:21 jruoho Exp $ +# $NetBSD: Makefile,v 1.9 2011/09/17 18:53:31 jruoho Exp $ MKMAN= no @@ -32,7 +32,6 @@ TESTS_C+= t_mprotect TESTS_C+= t_msync TESTS_C+= t_nanosleep TESTS_C+= t_poll -TESTS_C+= t_ptrace TESTS_C+= t_revoke TESTS_C+= t_select TESTS_C+= t_setrlimit