test_ini1.t 182 B

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