File: test_utils.t

package info (click to toggle)
monitoring-plugins 2.4.0-3%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,744 kB
  • sloc: ansic: 76,225; sh: 13,717; perl: 7,655; makefile: 489
file content (6 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_utils") {
	plan skip_all => "./test_utils not compiled - please enable libtap library to test";
}
exec "./test_utils";