randomconfig fixes 3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bb0bf287d8
commit
94046d0495
@ -686,6 +686,7 @@ int grep_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
#if ENABLE_FEATURE_GREP_CONTEXT
|
#if ENABLE_FEATURE_GREP_CONTEXT
|
||||||
int Copt, opts;
|
int Copt, opts;
|
||||||
#endif
|
#endif
|
||||||
|
INIT_G();
|
||||||
|
|
||||||
/* For grep, exitcode of 1 is "not found". Other errors are 2: */
|
/* For grep, exitcode of 1 is "not found". Other errors are 2: */
|
||||||
xfunc_error_retval = 2;
|
xfunc_error_retval = 2;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# FEATURE: CONFIG_FEATURE_HUMAN_READABLE
|
# FEATURE: CONFIG_FEATURE_HUMAN_READABLE
|
||||||
|
|
||||||
dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
|
dd if=/dev/zero of=file bs=1M count=1 2>/dev/null
|
||||||
test x"`busybox du -m file`" = x"1 ."
|
test x"`busybox du -m file`" = x"1 file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user