]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Ensure that split --lines=N and --bytes=N work for N=2^32.
authorJim Meyering <jim@meyering.net>
Wed, 9 Apr 2003 14:57:32 +0000 (14:57 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Apr 2003 14:57:32 +0000 (14:57 +0000)
commitc3e1712629f8cadb2ab937dfffbe249b60b173cd
tree07a77c213f6fe3ae02c205b2f2813c29ee60a340
parent934c4134ce7c7d52398c3daf6cf2abcd56ede41c
Ensure that split --lines=N and --bytes=N work for N=2^32.
Currently (coreutils-5.0.1) split --line-bytes=M fails
with `invalid number of bytes' for M=2^32 or larger.  Test it.
tests/misc/split-fail