File: test_opts1.t

package info (click to toggle)
monitoring-plugins 2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,788 kB
  • sloc: ansic: 60,015; sh: 13,872; perl: 6,291; makefile: 477
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_opts1") {
	plan skip_all => "./test_opts1 not compiled - please enable libtap library and/or extra-opts to test";
}
exec "./test_opts1";