diff options
Diffstat (limited to 'tests/misc/csplit-1000')
-rwxr-xr-x | tests/misc/csplit-1000 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/csplit-1000 b/tests/misc/csplit-1000 index 259d514ca..4612d1513 100755 --- a/tests/misc/csplit-1000 +++ b/tests/misc/csplit-1000 @@ -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 && csplit --version +print_ver_ csplit # 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 |