summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/superuser--file-conflicts.t4
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');