Module Name: src
Committed By: jruoho
Date: Mon May 2 08:30:21 UTC 2011
Modified Files:
src/tests/util/awk: t_awk.sh
Log Message:
Use the standard "PR foo/1234" notation such that the PR number is parsed
correctly for the atf(7) HTML reports.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/tests/util/awk/t_awk.sh:1.6
--- src/tests/util/awk/t_awk.sh:1.5 Sat Apr 30 01:10:07 2011
+++ src/tests/util/awk/t_awk.sh Mon May 2 08:30:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: t_awk.sh,v 1.5 2011/04/30 01:10:07 alnsn Exp $
+# $NetBSD: t_awk.sh,v 1.6 2011/05/02 08:30:21 jruoho Exp $
#
# Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -94,7 +94,7 @@
{
export LANG=ru_RU.KOI8-R
- atf_expect_fail "PR/42320"
+ atf_expect_fail "PR bin/42320"
h_check period -v x=0.5
}