4
0

test_opts1.t 186 B

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