commit | 10becfeac06b2fe6535c9397f235572c8d1d5b30 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Wed Feb 08 16:47:51 2017 -0800 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Thu Feb 09 13:50:26 2017 -0800 |
tree | d24c3ab123282ba0943ab812fbbc4ef08e33e6d1 | |
parent | eb76fd899a1367e59a773ef7c42b44bf50db73a1 [diff] |
test_sysctl: add simple proc_douintvec() case Test against a simple proc_douintvec() case. While at it, add a test against UINT_MAX. Make sure UINT_MAX works, and UINT_MAX+1 will fail and that negative values are not accepted. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>