Module Name:    src
Committed By:   jruoho
Date:           Sat Sep 17 18:53:31 UTC 2011

Modified Files:
        src/tests/lib/libc/sys: Makefile

Log Message:
Remove ptrace(2) tests that are not yet ready but were accidentally
committed.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/sys/Makefile
diff -u src/tests/lib/libc/sys/Makefile:1.8 src/tests/lib/libc/sys/Makefile:1.9
--- src/tests/lib/libc/sys/Makefile:1.8	Sat Sep 17 18:52:21 2011
+++ src/tests/lib/libc/sys/Makefile	Sat Sep 17 18:53:31 2011
@@ -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_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

Reply via email to