diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-29 14:30:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-29 14:30:26 +0000 |
commit | a6db1520158934467a84423814f192b8400fc710 (patch) | |
tree | ab92456cea9c709198a116aa44c0579fb4a96ea5 | |
parent | aa12bda21e9f895a0103c5e2d6cf67cb5c588db0 (diff) | |
download | urpmi-a6db1520158934467a84423814f192b8400fc710.tar urpmi-a6db1520158934467a84423814f192b8400fc710.tar.gz urpmi-a6db1520158934467a84423814f192b8400fc710.tar.bz2 urpmi-a6db1520158934467a84423814f192b8400fc710.tar.xz urpmi-a6db1520158934467a84423814f192b8400fc710.zip |
rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch breaks a+ga+gd test (it is meant to be that way)
-rw-r--r-- | t/superuser--file-conflicts.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t index f02d1dc6..91436ac8 100644 --- a/t/superuser--file-conflicts.t +++ b/t/superuser--file-conflicts.t @@ -68,7 +68,7 @@ sub test_rpm_different_transactions { check_no_etc_files(); test_rpm_i_succeeds('a', 'ga'); - test_rpm_i_fail('gd'); + #test_rpm_i_fail('gd'); # broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch check_installed_names('a', 'ga'); test_rpm_i_succeeds('gc'); @@ -119,7 +119,7 @@ sub test_urpmi_different_transactions { check_no_etc_files(); urpmi('a ga'); - test_urpmi_fail('gd'); + #test_urpmi_fail('gd'); # broken by rpm patch rpm-4.4.8-speedup-by-not-checking-same-files-with-different-paths-through-symlink.patch check_installed_names('a', 'ga'); urpmi('gc'); |