From 2ecd3aaeb15a3f5e9f9f52676cbd47b0203f290c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Dec 2004 21:11:58 +0000 Subject: tweak comment --- tests/misc/split-fail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/split-fail') 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 -- cgit v1.2.3-54-g00ecf