Fix acceptance tests from #648

Missed Lucid the first time.
This commit is contained in:
Colleen Murphy 2015-01-27 15:05:37 -08:00
parent d5defe2535
commit 551d22fb84

View file

@ -24,8 +24,13 @@ elsif fact('osfamily') =~ /Debian/
plugin_lib = 'ha_example.so'
end
elsif fact('operatingsystem') =~ /Ubuntu/
if fact('operatingsystemrelease') =~ /^10\.04/
# Only available plugin is innodb which is already loaded and not unload- or reload-able
plugin = nil
else
plugin = 'example'
plugin_lib = 'ha_example.so'
end
end
elsif fact('osfamily') =~ /Suse/
plugin = nil # Plugin library path is broken on Suse http://lists.opensuse.org/opensuse-bugs/2013-08/msg01123.html