fixup! Use a bash associative array to speedup task tests

The parsing of test roots by name was previously outputting an extra
space at the beginning of root names leading to the test json for almost
all tests being blank. This blanking of the test json meant that the
expected test json would always match the outputted test json (both were
incorrectly blank) resulting is most tests always passing, even if they
were broken. Fix this by removing the extra space so that root names are
now correct.

Change-Id: Ideb43ed41d6c6913ede4ad591291c7c93d30d471
1 file changed