| Current Path : /usr/src/nagios-plugins-2.0.3/lib/tests/ |
| Current File : //usr/src/nagios-plugins-2.0.3/lib/tests/test_base64.t |
#!/usr/bin/perl
use Test::More;
if (! -e "./test_base64") {
plan skip_all => "./test_base64 not compiled - please enable libtap library to test";
}
exec "./test_base64";