diff options
Diffstat (limited to 'libfshelp-tests')
-rw-r--r-- | libfshelp-tests/test-flock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp-tests/test-flock.c b/libfshelp-tests/test-flock.c index 700aa25c..21e0e424 100644 --- a/libfshelp-tests/test-flock.c +++ b/libfshelp-tests/test-flock.c @@ -114,7 +114,7 @@ int parse_args (int argc, char **argv, char **file_name, *sleep_time = tmp; } else - error (1, EINVAL, "%s", str); + error (1, EINVAL, "missing number"); continue; } error (1, EINVAL, "%s", str); |