about summary refs log tree commit diff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-12-24 13:34:05 -0800
committerUlrich Drepper <drepper@redhat.com>2009-12-24 13:34:05 -0800
commita87cd2894cbd79b05972e168d0bdb51967dd9574 (patch)
tree94a5dc95ffc3311b512f5d296e4fa0268c3abcf0 /stdlib/Makefile
parent92505456637430272dc01f082b6f9dbb7f7cb60e (diff)
downloadglibc-a87cd2894cbd79b05972e168d0bdb51967dd9574.tar.gz
glibc-a87cd2894cbd79b05972e168d0bdb51967dd9574.tar.xz
glibc-a87cd2894cbd79b05972e168d0bdb51967dd9574.zip
Remove tst-sigcontext test.
It's bogus in many places.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 882302f25c..bb0661af3b 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -71,7 +71,7 @@ tests		:= tst-strtol tst-strtod testmb testrand testsort testdiv   \
 		   tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 tst-rand48-2 \
 		   tst-makecontext tst-strtod4 tst-strtod5 tst-qsort2	    \
 		   tst-makecontext2 tst-strtod6 tst-unsetenv1		    \
-		   tst-makecontext3 tst-sigcontext
+		   tst-makecontext3
 
 include ../Makeconfig