From 9fed2e35c09dc9a19629369f4994c65bc1c94926 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Dec 2007 16:18:00 +0100 Subject: Change comments: say bug present up to coreutils-6.9, not fixed in 6.10. * tests/cut/Test.pm: Adjust comment. * tests/misc/cut: Likewise. * tests/misc/ls-misc: Likewise. * tests/misc/od: Likewise. * tests/misc/stty-invalid: Likewise. * tests/tr/Test.pm: Likewise. --- tests/misc/stty-invalid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/misc/stty-invalid') diff --git a/tests/misc/stty-invalid b/tests/misc/stty-invalid index a2a636d06..d35159475 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -30,14 +30,14 @@ fail=0 saved_state=`stty -g` || fail=1 stty $saved_state || fail=1 -# Before coreutils-6.10, if stty were given an argument with 35 colons +# Before coreutils-6.9.90, if stty were given an argument with 35 colons # separating 36 hexadecimal strings, stty would fail to diagnose as invalid # any number that was out of range as long as sscanf happened to # overflow/wrap it back into the range of the corresponding type (either # tcflag_t or cc_t). -# For each of the following, before 6.10, stty would fail to -# diagnose the error on at least Solaris 10. +# For each of the following, with coreutils-6.9 and earlier, +# stty would fail to diagnose the error on at least Solaris 10. hex_2_64=10000000000000000 stty `echo $saved_state |sed 's/^[^:]*:/'$hex_2_64:/` 2>/dev/null && fail=1 stty `echo $saved_state |sed 's/:[0-9a-f]*$/:'$hex_2_64/` 2>/dev/null && fail=1 -- cgit v1.2.3-54-g00ecf