Module Name: src
Committed By: alnsn
Date: Sat Apr 30 01:10:08 UTC 2011
Modified Files:
src/tests/util/awk: t_awk.sh
Log Message:
PR/42320 doesn't seem to be fixed, mark the failure as expected.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/util/awk/t_awk.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/util/awk/t_awk.sh
diff -u src/tests/util/awk/t_awk.sh:1.4 src/tests/util/awk/t_awk.sh:1.5
--- src/tests/util/awk/t_awk.sh:1.4 Thu Apr 28 23:28:23 2011
+++ src/tests/util/awk/t_awk.sh Sat Apr 30 01:10:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_awk.sh,v 1.4 2011/04/28 23:28:23 alnsn Exp $
+# $NetBSD: t_awk.sh,v 1.5 2011/04/30 01:10:07 alnsn Exp $
#
# Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -94,6 +94,7 @@
{
export LANG=ru_RU.KOI8-R
+ atf_expect_fail "PR/42320"
h_check period -v x=0.5
}