summaryrefslogtreecommitdiff
path: root/tests/misc/cut.pl
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-12-06 16:51:41 +0000
committerPádraig Brady <P@draigBrady.com>2012-12-06 18:28:46 +0000
commit00743a1f6e18ab5dfd6957eca638d4f670326f9b (patch)
tree9163f1b5d894581acabc8a97017276d7fc4d5c01 /tests/misc/cut.pl
parent43a6ccf023247cabf1fcd6eefa7ffdf533364eb3 (diff)
downloadcoreutils-00743a1f6e18ab5dfd6957eca638d4f670326f9b.tar.xz
maint: fix a referenced coreutils version in a test comment
* tests/misc/cut.pl: This particular bug existed up to v8.10.
Diffstat (limited to 'tests/misc/cut.pl')
-rwxr-xr-xtests/misc/cut.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cut.pl b/tests/misc/cut.pl
index a402a7586..0f0a3a37d 100755
--- a/tests/misc/cut.pl
+++ b/tests/misc/cut.pl
@@ -166,7 +166,7 @@ my @Tests =
{ERR=>$no_endpoint}],
['inval5', '-f', '1-,-', {IN=>''}, {OUT=>''}, {EXIT=>1}, {ERR=>$no_endpoint}],
['inval6', '-f', '-1,-', {IN=>''}, {OUT=>''}, {EXIT=>1}, {ERR=>$no_endpoint}],
- # This would evoke a segfault from 5.3.0..6.10
+ # This would evoke a segfault from 5.3.0..8.10
['big-unbounded-b', '--output-d=:', '-b1234567890-', {IN=>''}, {OUT=>''}],
['big-unbounded-c', '--output-d=:', '-c1234567890-', {IN=>''}, {OUT=>''}],
['big-unbounded-f', '--output-d=:', '-f1234567890-', {IN=>''}, {OUT=>''}],