File: test_opts2.t

package info (click to toggle)
monitoring-plugins 2.1.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 9,408 kB
  • sloc: ansic: 59,588; sh: 13,895; perl: 6,166; makefile: 472
file content (7 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/usr/bin/perl
use Test::More;
if (! -e "./test_opts2") {
	plan skip_all => "./test_opts2 not compiled - please enable libtap library and/or extra-opts to test";
}
$ENV{"NAGIOS_CONFIG_PATH"} = ".";
exec "./test_opts2";