summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:42 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:42 +0000
commit909cc674ff0e9c6da1b22b8a5bd3987b08bc460b (patch)
tree39409fd659d48197e9f991e1e360dfa84f7ebaf6
parent6e958eb68a197c6d7e6afb98170df4c598228522 (diff)
downloadurpmi-909cc674ff0e9c6da1b22b8a5bd3987b08bc460b.tar
urpmi-909cc674ff0e9c6da1b22b8a5bd3987b08bc460b.tar.gz
urpmi-909cc674ff0e9c6da1b22b8a5bd3987b08bc460b.tar.bz2
urpmi-909cc674ff0e9c6da1b22b8a5bd3987b08bc460b.tar.xz
urpmi-909cc674ff0e9c6da1b22b8a5bd3987b08bc460b.zip
testsuite: fix backtrack-promotion.t for 32bit
-rw-r--r--t/superuser--backtrack-promotion.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/superuser--backtrack-promotion.t b/t/superuser--backtrack-promotion.t
index 734715c9..5b4a0c4b 100644
--- a/t/superuser--backtrack-promotion.t
+++ b/t/superuser--backtrack-promotion.t
@@ -15,8 +15,6 @@
# 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;
@@ -30,6 +28,6 @@ urpmi_addmedia("$name $::pwd/media/$name");
urpmi("--auto --ignorearch a-1-1.x86_64 d");
check_installed_fullnames("a-1-1", "d-1-1");
-urpmi("--auto --ignorearch c");
+urpmi("--auto --ignorearch --strict-arch c");
check_installed_fullnames("c-1-1");