File: test_disk.t

package info (click to toggle)
nagios-plugins 1.4.5-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,520 kB
  • ctags: 3,564
  • sloc: ansic: 34,372; perl: 12,573; sh: 10,669; python: 444; makefile: 440; awk: 45
file content (6 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_disk") {
	plan skip_all => "./test_disk not compiled - please install tap library to test";
}
exec "./test_disk";