summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_disk.t
blob: 56354650a48b408f97cb5954be6e4970d5120a2c (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_check_disk") {
	plan skip_all => "./test_check_disk not compiled - please enable libtap library to test";
}
exec "./test_check_disk";