From 7727908335ef1049deac42851026ed8bf5ae2734 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Nov 2010 21:54:57 +0100 Subject: tests: fix comments and --version invocation in new test * tests/misc/csplit-1000: Fix comments and --version invocation. --- tests/misc/csplit-1000 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 . . "${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 -- cgit v1.2.3-54-g00ecf