Patch from Bastian Blank to add 64 bit support to the test command.

Example of broken usage: ./busybox test 2147483648 -gt 2147483648
This commit is contained in:
Glenn L McGrath
2004-08-11 02:45:47 +00:00
parent d2c6f9a1f9
commit 73db8be80a
2 changed files with 35 additions and 14 deletions

View File

@@ -455,6 +455,13 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
and bash) have test builtin.
endif
config CONFIG_FEATURE_TEST_64
bool " Extend test to 64 bit"
default n
depends on CONFIG_TEST
help
Enable 64-bit support in test.
config CONFIG_TOUCH
bool "touch"
default n