Merge pull request #1469 from sni/master
[monitoring-plugins.git] / lib / tests / test_disk.t
blobda84dfdf2727eee81361b19abd78c24c529d4ff2
1 #!/usr/bin/perl
2 use Test::More;
3 if (! -e "./test_disk") {
4 plan skip_all => "./test_disk not compiled - please enable libtap library to test";
6 exec "./test_disk";