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