summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_cmd.t
blob: 4dd54ef9a3cadaefc9e3025b2e5bb0f1455fe9ab (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_cmd") {
	plan skip_all => "./test_cmd not compiled - please install tap library to test";
}
exec "./test_cmd";