File: test_cmd.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 (6 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_cmd") {
	plan skip_all => "./test_cmd not compiled - please enable libtap library to test";
}
exec "./test_cmd";