summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-21 18:02:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-21 18:02:04 +0000
commit3174c16b41b9c2bfced8dab26e950d7c6251725f (patch)
tree361eb010f23ba1fe793f65bad6b81dffd8a3fb2b /tests
parent64aa2362e6798f28786e796da2faf855b0a95a2c (diff)
downloadpaxutils-3174c16b41b9c2bfced8dab26e950d7c6251725f.tar.gz
Allow --length=0
Diffstat (limited to 'tests')
-rw-r--r--tests/genfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/genfile.c b/tests/genfile.c
index a2b9294..07c494c 100644
--- a/tests/genfile.c
+++ b/tests/genfile.c
@@ -413,9 +413,6 @@ main (int argc, char **argv)
}
else if (sparse_file)
generate_sparse_file (argc, argv);
- else if (file_length == 0)
- argp_help (&argp, stderr, ARGP_HELP_STD_HELP,
- program_invocation_short_name);
else
generate_simple_file (argc, argv);