Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/awk The problem has been fixed and the test is...
details: https://anonhg.NetBSD.org/src/rev/9d5e94766953
branches: trunk
changeset: 778155:9d5e94766953
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 17 23:22:59 2012 +0000
description:
The problem has been fixed and the test is broken. awk always uses the
C locale for LC_NUMERIC.
diffstat:
tests/usr.bin/awk/d_period.out | 2 +-
tests/usr.bin/awk/t_awk.sh | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 033954d63169 -r 9d5e94766953 tests/usr.bin/awk/d_period.out
--- a/tests/usr.bin/awk/d_period.out Sat Mar 17 22:19:53 2012 +0000
+++ b/tests/usr.bin/awk/d_period.out Sat Mar 17 23:22:59 2012 +0000
@@ -1,1 +1,1 @@
-0,875
+0.875
diff -r 033954d63169 -r 9d5e94766953 tests/usr.bin/awk/t_awk.sh
--- a/tests/usr.bin/awk/t_awk.sh Sat Mar 17 22:19:53 2012 +0000
+++ b/tests/usr.bin/awk/t_awk.sh Sat Mar 17 23:22:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_awk.sh,v 1.3 2012/03/11 18:36:01 jruoho Exp $
+# $NetBSD: t_awk.sh,v 1.4 2012/03/17 23:22:59 christos Exp $
#
# Copyright (c) 2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -99,7 +99,6 @@
period_body() {
export LANG=ru_RU.KOI8-R
- atf_expect_fail "PR bin/42320"
h_check period -v x=0.5
}
Home |
Main Index |
Thread Index |
Old Index