t/pt-kill/kill.t: Make a test 5.0 compatible

This commit is contained in:
Brian Fraser
2012-07-19 13:10:12 -03:00
parent 27db3bc8cf
commit a964076cc2

View File

@@ -175,7 +175,7 @@ $dbh->do($sql);
host => 'localhost',
db => undef,
command => 'Query',
state => 'User sleep',
state => $sandbox_version gt '5.0' ? "User sleep" : "executing",
info => 'select sleep(4)',
};
my %trimmed_result;