diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 14:35:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 14:35:30 +0000 |
commit | 660def2675c296bccf0018a323601028b26baeae (patch) | |
tree | 2dca4c55e9adca37a2b4c402e12f2c63739966c0 /t/superuser--file-conflicts.t | |
parent | a77ee71699f908fb41710bbdc8d1750695dbf7bb (diff) | |
download | urpmi-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/superuser--file-conflicts.t')
-rw-r--r-- | t/superuser--file-conflicts.t | 4 |
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 { |