From: Jim Meyering Date: Tue, 21 Dec 2004 21:11:58 +0000 (+0000) Subject: tweak comment X-Git-Tag: COREUTILS-5_3_0~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ecd3aaeb15a3f5e9f9f52676cbd47b0203f290c;p=platform%2Fupstream%2Fcoreutils.git tweak comment --- diff --git a/tests/misc/split-fail b/tests/misc/split-fail index fdefe61c3..d2aab4dbb 100755 --- a/tests/misc/split-fail +++ b/tests/misc/split-fail @@ -51,7 +51,7 @@ split --bytes=$_4gb in || fail=1 # Make sure that a huge obsolete option evokes the right failure. env -u _POSIX2_VERSION split -99999999999999999991 2> out && fail=1 -# On losing systems (x86 solaris 2.9 c89), we get a message like this: +# On losing systems (x86 Solaris 5.9 c89), we get a message like this: # split: line count option -9999999999... is too large # while on most, we get this: # split: line count option -99999999999999999991... is too large