diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 15:32:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 15:32:36 +0000 |
commit | 1f1f3ab742b39d3aa5b67a545cc924b78ec8279e (patch) | |
tree | acee4949454e5321643f8f836dcf65c3285468f1 /t/superuser--addmedia.t | |
parent | 830d5819dd6280d8133342d700a26b4f6ee9ec56 (diff) | |
download | urpmi-1f1f3ab742b39d3aa5b67a545cc924b78ec8279e.tar urpmi-1f1f3ab742b39d3aa5b67a545cc924b78ec8279e.tar.gz urpmi-1f1f3ab742b39d3aa5b67a545cc924b78ec8279e.tar.bz2 urpmi-1f1f3ab742b39d3aa5b67a545cc924b78ec8279e.tar.xz urpmi-1f1f3ab742b39d3aa5b67a545cc924b78ec8279e.zip |
add a testcase for #45457
Diffstat (limited to 't/superuser--addmedia.t')
-rw-r--r-- | t/superuser--addmedia.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--addmedia.t b/t/superuser--addmedia.t index 1c1c41b2..d43cbd50 100644 --- a/t/superuser--addmedia.t +++ b/t/superuser--addmedia.t @@ -11,7 +11,7 @@ need_root_and_prepare(); my $name = 'various'; my $name2 = 'various2'; my $name3 = 'various3'; -my @names = ($name, $name2, $name3, 'bis'); +my @names = ($name, $name2, $name3, 'debug'); my @fields = qw(hdlist synthesis with_synthesis media_info_dir no-media-info list virtual ignore); |