Module Name:    src
Committed By:   pgoyette
Date:           Fri Feb 25 18:11:53 UTC 2011

Modified Files:
        src/tests/lib/libc/ssp: t_ssp.sh

Log Message:
Disable the "raw" test case.  The test is bogus, and did not work before
conversion from src/regress/ to atf


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ssp/t_ssp.sh

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/ssp/t_ssp.sh
diff -u src/tests/lib/libc/ssp/t_ssp.sh:1.2 src/tests/lib/libc/ssp/t_ssp.sh:1.3
--- src/tests/lib/libc/ssp/t_ssp.sh:1.2	Mon Dec 27 05:27:34 2010
+++ src/tests/lib/libc/ssp/t_ssp.sh	Fri Feb 25 18:11:53 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_ssp.sh,v 1.2 2010/12/27 05:27:34 pgoyette Exp $
+# $NetBSD: t_ssp.sh,v 1.3 2011/02/25 18:11:53 pgoyette Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -46,8 +46,9 @@
 {
 	prog="$(atf_get_srcdir)/h_raw"
 
-	h_pass "$prog 9"
-	h_fail "$prog 10"
+	atk_skip "Bogus test case"
+#	h_pass "$prog 9"
+#	h_fail "$prog 10"
 }
 
 atf_test_case sprintf

Reply via email to