From 94812055eb7353778b330e3ac057cb322cdc54b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Feb 2008 14:19:21 +0000 Subject: rename conf_file__rel_media into with-dir (since it will be used in urpmi.cfg too, it needs a less verbose name) --- t/helper.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/helper.pm') 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; } -- cgit v1.2.1