projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc270e7
)
tweak comment
author
Jim Meyering
<jim@meyering.net>
Tue, 21 Dec 2004 21:11:58 +0000
(21:11 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 21 Dec 2004 21:11:58 +0000
(21:11 +0000)
tests/misc/split-fail
patch
|
blob
|
history
diff --git
a/tests/misc/split-fail
b/tests/misc/split-fail
index fdefe61c31869e561b2afd6000dc62870eaa74c4..d2aab4dbb0525532f27101e1a346b90e0e19cb1e 100755
(executable)
--- 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