commit | cc22b795fb5fee72bd567eec5d33a11e8b989086 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Tue Feb 08 16:56:05 2011 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 15 21:45:55 2011 +0100 |
tree | 6d23882891ce53279ddaa5f7989362d37bdd7764 | |
parent | 518075fc6ae8a4420b937009130e70cfdb7083b8 [diff] |
itest: fix result of string compares The implementation of the string compare function of the "itest" command was weird, as only the length of the shortest argument was included in the compare, with the result that something like "itest.s abd == abddef" would return TRUE. Fix this. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>