diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-10 21:54:57 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-10 22:08:05 +0100 |
commit | 7727908335ef1049deac42851026ed8bf5ae2734 (patch) | |
tree | d3ce3e931714b040fe149be0cad37ff9ff99c681 /tests | |
parent | 0cfd4f2161de5e942cbd7c273d03a90c1dfd2062 (diff) | |
download | coreutils-7727908335ef1049deac42851026ed8bf5ae2734.tar.xz |
tests: fix comments and --version invocation in new test
* tests/misc/csplit-1000: Fix comments and --version invocation.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/csplit-1000 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/csplit-1000 b/tests/misc/csplit-1000 index accbe4685..259d514ca 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 <http://www.gnu.org/licenses/>. . "${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 |