diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-12-15 15:32:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-12-15 15:32:42 +0000 |
commit | 1fb83351026f30fe8d7c374a4e851ae1f30d1987 (patch) | |
tree | 7c8ef9585991cd45b749fc71581bff31684f0cc2 /t/superuser--suggests.t | |
parent | a0030562e8b7f9547151ba7e4bcca738f966e68e (diff) | |
download | urpmi-1fb83351026f30fe8d7c374a4e851ae1f30d1987.tar urpmi-1fb83351026f30fe8d7c374a4e851ae1f30d1987.tar.gz urpmi-1fb83351026f30fe8d7c374a4e851ae1f30d1987.tar.bz2 urpmi-1fb83351026f30fe8d7c374a4e851ae1f30d1987.tar.xz urpmi-1fb83351026f30fe8d7c374a4e851ae1f30d1987.zip |
- adapt tests to rpm 4.6:
o old suggests format is no more handled
o buildroot handling changed
o build directories for root changed
- fix buildroot_default.spec: was broken since %{rpm_version} is not defined
Diffstat (limited to 't/superuser--suggests.t')
-rw-r--r-- | t/superuser--suggests.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/superuser--suggests.t b/t/superuser--suggests.t index 6a7b97ca..109c1df9 100644 --- a/t/superuser--suggests.t +++ b/t/superuser--suggests.t @@ -30,7 +30,6 @@ test_invalid(); test_upgrade(); test_d(); test_force_suggests(); -test_old_suggests(); sub test_b { test('b', ['bb'], ['suggested_b']); @@ -48,10 +47,6 @@ sub test_invalid { check_installed_and_remove('with-invalid'); } -sub test_old_suggests { - test('old-suggests', [], ['suggested_b']); -} - sub test { my ($name, $required, $suggested) = @_; urpmi("--no-suggests --auto $name"); |