summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:17 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:17 +0000
commit7bf6ff7bbb21f8435e866fd19757b9c4fd62208d (patch)
tree1539cce8774873dcb6282ff8e16b24932be4cd41
parent1eef7e4c0520be408b87b217492ffa4e98ebdcfc (diff)
downloadurpmi-7bf6ff7bbb21f8435e866fd19757b9c4fd62208d.tar
urpmi-7bf6ff7bbb21f8435e866fd19757b9c4fd62208d.tar.gz
urpmi-7bf6ff7bbb21f8435e866fd19757b9c4fd62208d.tar.bz2
urpmi-7bf6ff7bbb21f8435e866fd19757b9c4fd62208d.tar.xz
urpmi-7bf6ff7bbb21f8435e866fd19757b9c4fd62208d.zip
add comment about tests known not to work
-rw-r--r--t/superuser--backtrack-promotion.t2
-rw-r--r--t/superuser--should-restart.t2
2 files changed, 4 insertions, 0 deletions
diff --git a/t/superuser--backtrack-promotion.t b/t/superuser--backtrack-promotion.t
index 99825cf0..734715c9 100644
--- a/t/superuser--backtrack-promotion.t
+++ b/t/superuser--backtrack-promotion.t
@@ -15,6 +15,8 @@
# backtracking finds a.i586 as well and tries it again; it still does not
# work, but urpmi already forgot the promotion and does not remove d
#
+# This test doesn't work on i586 boxes, just x86_64
+#
use strict;
use lib '.', 't';
use helper;
diff --git a/t/superuser--should-restart.t b/t/superuser--should-restart.t
index ba4b5adb..737ab311 100644
--- a/t/superuser--should-restart.t
+++ b/t/superuser--should-restart.t
@@ -2,6 +2,8 @@
# "a" provides "should-restart = system"
# "c" provides "should-restart = system"
+# this test fails since the "restart your computer" message was disabled when
+# urpmi is run with --urpmi-root
#
use strict;
use lib '.', 't';