Fix regexp of version number of snapshot
[monitoring-plugins.git] / lib / tests / test_utils.t
blob152eb718726b845ec57bafe07688c143dfc7d5dd
1 #!/usr/bin/perl
2 use Test::More;
3 if (! -e "./test_utils") {
4 plan skip_all => "./test_utils not compiled - please install tap library to test";
6 exec "./test_utils";