From: Ian Jackson Date: Fri, 16 Oct 2020 15:28:48 +0000 (+0100) Subject: known_hosts handling: Fix over-broad SQL query X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=50e56199d6f4b343b31e0055fac65ac73ad6d4e9;p=osstest.git known_hosts handling: Fix over-broad SQL query This should match only "*_host" and "host". We don't want it matching "*host" without a "_". Signed-off-by: Ian Jackson --- diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index f2d8a0e..5e6b15d 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -2796,7 +2796,7 @@ sub known_hosts () { my $hostsq= $dbh_tests->prepare(<execute($flight);