coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix a referenced coreutils version in a test comment


From: Pádraig Brady
Subject: [PATCH] maint: fix a referenced coreutils version in a test comment
Date: Thu, 6 Dec 2012 16:54:47 +0000

* tests/misc/cut.pl: This particular bug existed up to v8.10.
---
 tests/misc/cut.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/misc/cut.pl b/tests/misc/cut.pl
index a402a75..0f0a3a3 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=>''}],
-- 
1.7.6.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]