summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-13 14:35:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-13 14:35:30 +0000
commit660def2675c296bccf0018a323601028b26baeae (patch)
tree2dca4c55e9adca37a2b4c402e12f2c63739966c0 /t
parenta77ee71699f908fb41710bbdc8d1750695dbf7bb (diff)
downloadurpmi-660def2675c296bccf0018a323601028b26baeae.tar
urpmi-660def2675c296bccf0018a323601028b26baeae.tar.gz
urpmi-660def2675c296bccf0018a323601028b26baeae.tar.bz2
urpmi-660def2675c296bccf0018a323601028b26baeae.tar.xz
urpmi-660def2675c296bccf0018a323601028b26baeae.zip
revert things wrongly committed in previous commit (thanks titi)
Diffstat (limited to 't')
-rw-r--r--t/superuser--file-conflicts.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/superuser--file-conflicts.t b/t/superuser--file-conflicts.t
index 31e887fd..b86073e1 100644
--- a/t/superuser--file-conflicts.t
+++ b/t/superuser--file-conflicts.t
@@ -15,7 +15,6 @@ urpmi_addmedia("$medium_name $::pwd/media/$medium_name");
test_rpm_same_transaction();
-exit ;
test_rpm_different_transactions();
test_urpmi_same_transaction();
@@ -31,9 +30,6 @@ sub test_rpm_same_transaction {
test_rpm_i_succeeds('a', 'd');
check_installed_and_remove('a', 'd');
-
- test_rpm_i_fail('a', 'e');
- check_nothing_installed();
}
sub test_rpm_different_transactions {