git/t/helper/test-truncate.c

#include "test-tool.h"
#include "git-compat-util.h"

/*
 * Truncate a file to the given size.
 */
int cmd__truncate(int argc, const char **argv)
{}