diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-18 09:29:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-18 09:29:21 +0200 |
commit | da947607625bc5510ec56b27e04445db300f4418 (patch) | |
tree | 8e17abd8d00bdb27598700edf00f4db751b27be3 /testsuite | |
parent | 3a649363aa34742b641125f51713493de4d3c7ef (diff) | |
download | busybox-da947607625bc5510ec56b27e04445db300f4418.tar.gz |
fix false positive in parse test
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/parse.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/parse.tests b/testsuite/parse.tests index 9899b73bf..904e1a17a 100755 --- a/testsuite/parse.tests +++ b/testsuite/parse.tests @@ -96,6 +96,7 @@ cat >$FILE.res <<EOF [option][dns][129.219.13.81] [option][domain][local] [option][lease][864000] +[option][0x08][01020304] EOF testing "parse udhcpd.conf from examples" \ |