summaryrefslogtreecommitdiff
path: root/debug/tst-chk1.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
committerJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
commit03d65262fdcc287ef8b691c7dff2f1a63cdd13c2 (patch)
treea8ac7c86519f55a4aadf31b0c9e075eaf96ea0e3 /debug/tst-chk1.c
parent5570fbd25a574d54ab135e1d3cdac0bc74029689 (diff)
Diffstat (limited to 'debug/tst-chk1.c')
-rw-r--r--debug/tst-chk1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c
index a9a7761f9e..dca41ab6dc 100644
--- a/debug/tst-chk1.c
+++ b/debug/tst-chk1.c
@@ -771,7 +771,7 @@ do_test (void)
|| strcmp (getcwdbuf + 1, fname) != 0)
FAIL ();
-#if 0 && __USE_FORTIFY_LEVEL >= 1
+#if __USE_FORTIFY_LEVEL >= 1
CHK_FAIL_START
if (getwd (getcwdbuf + 2) != getcwdbuf + 2)
FAIL ();