[PATCH 4/4] test: fix error messages for missing binary dependencies

2011-11-29 Thread Tomi Ollila
LGTM On Tue, 29 Nov 2011 02:41:07 +0400, Dmitry Kurochkin wrote: > The fake missing binary functions check if the binary has already be > added to the diagnostic message to avoid duplicates. Unfortunately, > this check was buggy because the message string does not have the > trailing space. >

[PATCH 4/4] test: fix error messages for missing binary dependencies

2011-11-29 Thread Dmitry Kurochkin
The fake missing binary functions check if the binary has already be added to the diagnostic message to avoid duplicates. Unfortunately, this check was buggy because the message string does not have the trailing space. --- test/test-lib.sh |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 4/4] test: fix error messages for missing binary dependencies

2011-11-29 Thread Tomi Ollila
LGTM On Tue, 29 Nov 2011 02:41:07 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: The fake missing binary functions check if the binary has already be added to the diagnostic message to avoid duplicates. Unfortunately, this check was buggy because the message string does not have