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