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