diff options
Diffstat (limited to 't/helper.pm')
-rw-r--r-- | t/helper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm index edf787d3..a9d6728c 100644 --- a/t/helper.pm +++ b/t/helper.pm @@ -120,7 +120,7 @@ sub create_media_d_cfg { my $cnt = 1; foreach my $h (@l) { my %h = %$h; - my $section = delete $h{conf_file__rel_media} || $cnt++; + my $section = delete $h{'with-dir'} || $cnt++; print $F "[$section]\n"; print $F "$_ = $h->{$_}\n" foreach keys %$h; } |