diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-21 12:29:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-21 12:29:23 +0000 |
commit | 38b75299034c372a8013c18f39ce0ee6b270a537 (patch) | |
tree | 8f3c492035d4b714a95bb70f389db16668ba92ca /t | |
parent | bf26c311ce481a9193ee6bebb6e721f4a83edaec (diff) | |
download | urpmi-38b75299034c372a8013c18f39ce0ee6b270a537.tar urpmi-38b75299034c372a8013c18f39ce0ee6b270a537.tar.gz urpmi-38b75299034c372a8013c18f39ce0ee6b270a537.tar.bz2 urpmi-38b75299034c372a8013c18f39ce0ee6b270a537.tar.xz urpmi-38b75299034c372a8013c18f39ce0ee6b270a537.zip |
be more precise (useful for next commit)
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--media_info_dir.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--media_info_dir.t b/t/superuser--media_info_dir.t index 70d620a8..2f233ee9 100644 --- a/t/superuser--media_info_dir.t +++ b/t/superuser--media_info_dir.t @@ -24,7 +24,7 @@ sub various { sub rpm_v3 { my @names = qw(libtermcap nls p2c); - system_("rpm --root $::pwd/root -i --noscripts media/rpm-v3/*.rpm"); + system_("rpm --root $::pwd/root -i --noscripts media/rpm-v3/*.i386.rpm"); check_installed_names(@names); system_("rpm --root $::pwd/root -e --noscripts " . join(' ', @names)); is(`rpm -qa --root $::pwd/root`, ''); |