From: Steven Rostedt Date: Thu, 2 Jun 2011 03:22:30 +0000 (-0400) Subject: ktest: Fix off-by-one in config bisect result X-Git-Tag: v3.0-rc2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8cc55b3c0ebe989e727017933945b68b4327cd;p=pandora-kernel.git ktest: Fix off-by-one in config bisect result Because in perl the array size returned by $#arr, is the last index and not the actually size of the array, we end the config bisect early, thinking there is only one config left when there are in fact two. Thus the result has a 50% chance of picking the correct config that caused the problem. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed