summaryrefslogtreecommitdiffstats
path: root/t/03mediacfg.t
blob: 0c3f58a33da8d0bb4125b5676847812d7c1d56ea (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;
use Test::More tests => 2;

use_ok('MDV::Distribconf::MediaCFG');
is(MDV::Distribconf::MediaCFG::valid_param('foo', 'name', 'toto'), 0,
    "Valid value return no error");