From: Jim Meyering Date: Wed, 10 Nov 2010 20:54:57 +0000 (+0100) Subject: tests: fix comments and --version invocation in new test X-Git-Tag: v8.7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7727908335ef1049deac42851026ed8bf5ae2734;p=thirdparty%2Fcoreutils.git tests: fix comments and --version invocation in new test * tests/misc/csplit-1000: Fix comments and --version invocation. --- diff --git a/tests/misc/csplit-1000 b/tests/misc/csplit-1000 index accbe4685d..259d514ca6 100755 --- a/tests/misc/csplit-1000 +++ b/tests/misc/csplit-1000 @@ -1,5 +1,5 @@ #!/bin/sh -# various csplit tests +# cause a 1-byte heap buffer overrun # Copyright (C) 2010 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ # along with this program. If not, see . . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && FIXME --version +test "$VERBOSE" = yes && csplit --version # Before coreutils-8.7, this would overrun the 6-byte filename_space buffer. # It's hard to detect that without using valgrind, so here, we simply