Code

Updated link to sfsnapshotgit
[nagiosplug.git] / lib / tests / test_cmd.t
1 #!/usr/bin/perl
2 use Test::More;
3 if (! -e "./test_cmd") {
4         plan skip_all => "./test_cmd not compiled - please install tap library to test";
5 }
6 exec "./test_cmd";