Really make a test 5.0 compatible

This commit is contained in:
Brian Fraser
2012-07-19 13:40:54 -03:00
parent 436eeac077
commit f2016ded20

View File

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