test: fix bisecting issue in fuzzer-find-diff.pl
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Wed, 6 Jun 2012 20:54:20 +0000 (23:54 +0300)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Tue, 12 Jun 2012 01:21:57 +0000 (04:21 +0300)
commit492dac7593075e622cfeddc73298df29d50b76bc
treeb170aff4729f5c51274b18785613f55ad9814f1e
parent40a0d10eeaedb879bbffe41f0537e8468c563df7
test: fix bisecting issue in fuzzer-find-diff.pl

Before bisecting to find the exact test which has failed, we
first need to make sure that the first test is fine (the first
test is "good" and the whole range is "bad"). Otherwise
test 2 gets incorrectly flagged as problematic in the case
if we already got a failure on test 1 right from the start.
test/fuzzer-find-diff.pl