blob: 1934f12b0dc52e9092a86f2f9064b63ce8c20f24 (
plain)
| 1
2
3
4
5
6
 | #!/usr/bin/perl
use Test::More;
if (! -e "./test_opts1") {
	plan skip_all => "./test_opts1 not compiled - please enable libtap library and/or extra-opts to test";
}
exec "./test_opts1";
 |