12 use lib
"$FindBin::Bin/lib/lib/perl5";
17 ##################################################
18 # create our test site
19 my $omd_bin = TestUtils
::get_omd_bin
();
20 my $site = TestUtils
::create_test_site
() or TestUtils
::bail_out_clean
("no further testing without site");
22 ##################################################
25 { cmd
=> "/bin/su - $site -c 'lib/nagios/plugins/check_webinject'", exit => 3, like
=> '/find any test case files to run./' },
27 for my $test (@
{$tests}) {
28 TestUtils
::test_command
($test);
31 ##################################################
33 TestUtils
::remove_test_site
($site);