Skip to content

Commit

Permalink
tests: fix comments and --version invocation in new test
Browse files Browse the repository at this point in the history
* tests/misc/csplit-1000: Fix comments and --version invocation.
  • Loading branch information
Jim Meyering committed Nov 10, 2010
1 parent 0cfd4f2 commit 7727908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/misc/csplit-1000
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# various csplit tests
# cause a 1-byte heap buffer overrun

# Copyright (C) 2010 Free Software Foundation, Inc.

Expand All @@ -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
Expand Down

0 comments on commit 7727908

Please sign in to comment.