summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_ini.t
blob: b130a01bc0158b6c13464a4c737932dc91560351 (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 to test";
}
exec "./test_ini";