summaryrefslogtreecommitdiff
path: root/tests/misc/split-fail
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-21 21:11:58 +0000
committerJim Meyering <jim@meyering.net>2004-12-21 21:11:58 +0000
commit2ecd3aaeb15a3f5e9f9f52676cbd47b0203f290c (patch)
tree02db11fefd98a3b01c5675db55fdac3a05435a31 /tests/misc/split-fail
parentfc270e7a2ee3ebc6c739471236d2103bbed5c42f (diff)
downloadcoreutils-2ecd3aaeb15a3f5e9f9f52676cbd47b0203f290c.tar.xz
tweak comment
Diffstat (limited to 'tests/misc/split-fail')
-rwxr-xr-xtests/misc/split-fail2
1 files changed, 1 insertions, 1 deletions
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