Fix Debian bug #307905: Incorrect usage output
[monitoring-plugins.git] / lib / tests / test_base64.t
blob4b9236f0c051d2b6a210024b09072c538c3e44a7
1 #!/usr/bin/perl
2 use Test::More;
3 if (! -e "./test_base64") {
4 plan skip_all => "./test_base64 not compiled - please install tap library to test";
6 exec "./test_base64";