Blob Blame History Raw
diff -rupN pbuilder/t/test_pbuilder-apt-config pbuilder-new/t/test_pbuilder-apt-config
--- pbuilder/t/test_pbuilder-apt-config	2015-12-10 02:45:02.000000000 +0100
+++ pbuilder-new/t/test_pbuilder-apt-config	2016-01-09 12:40:01.637429106 +0100
@@ -134,6 +134,7 @@ deb squeeze/volatile comp1
 deb squeeze-proposed-updates/volatile comp1" test_profile squeeze-proposed-updates/volatile
 expect_output "deb bo comp1" test_profile bo
 
+if [[ "$(uname -m)" != "arm"* ]]; then
 expect_output "deb lucid comp1" test_profile lucid
 expect_output "deb lucid comp1
 deb lucid-security comp1
@@ -152,6 +153,7 @@ deb lucid-security comp1
 deb lucid-updates comp1
 deb lucid-proposed comp1
 deb lucid-security comp1" test_profile lucid-proposed
+fi
 
 expect_output "deb     mirror hamm component
 deb-src mirror hamm component" run_suite_mode --with-sources=yes
@@ -164,7 +166,9 @@ expect_output "deb mirror hamm component
 expect_output "deb ubuntu-mirror hamm component" run_suite_mode --mirror "" --archive ubuntu
 expect_output "deb ubuntu-ports-mirror hamm component" run_suite_mode --arch armel --mirror "" --archive ubuntu-ports
 expect_fail run_hamm_mode --arch armel --mirror "" --archive otherarchive
+if [[ "$(uname -m)" != "arm"* ]]; then
 expect_success run_suite_mode --mirror "" --suite lucid
+fi
 expect_fail    run_suite_mode --mirror "" --suite suite
 expect_success run_suite_mode --mirror "" --suite suite --archive ubuntu
 expect_output "deb ppa-people-ppa suite component" run_suite_mode --mirror "" --suite suite --archive ppa:people