aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-05 00:01:25 +0100
committerLoïc Minier <lool@dooz.org>2010-01-05 00:01:25 +0100
commit451ead17ded7acd2a0c530bb9d64ac669e2ed5b0 (patch)
tree89446e3ca8ad4aefc0c26850a029fee1688d3beb /test_pbuilder-satisfydepends-funcs
parent382834391ba82f745024a2cdbb66cf8edfbfd12d (diff)
downloadpbuilder-451ead17ded7acd2a0c530bb9d64ac669e2ed5b0.tar
pbuilder-451ead17ded7acd2a0c530bb9d64ac669e2ed5b0.tar.gz
Normalize and test arch specifiers
Diffstat (limited to 'test_pbuilder-satisfydepends-funcs')
-rwxr-xr-xtest_pbuilder-satisfydepends-funcs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_pbuilder-satisfydepends-funcs b/test_pbuilder-satisfydepends-funcs
index 0552ec2..b713f56 100755
--- a/test_pbuilder-satisfydepends-funcs
+++ b/test_pbuilder-satisfydepends-funcs
@@ -27,8 +27,8 @@ Build-Depends:
quilt(<<12:0),
##
libwxgtk2.8-dev
-Build-Depends-Indep: test, test1,
- test2, test3 |
+Build-Depends-Indep: test [ amd64 i386 ], test1,
+ test2[!i386 ! amd64], test3 |
test4, test5
Misc: test
@@ -45,7 +45,7 @@ trap cleanup sigpipe sighup exit
# TODO move to build dir
DEBIAN_CONTROL="$(tempfile)"
-expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test, test1, test2, test3 | test4, test5" \
+expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev, test [amd64 i386], test1, test2 [!i386 !amd64], test3 | test4, test5" \
test_get_build_deps "no"
expect_output "autotools-dev (>= 1.2), debhelper, quilt (<< 12:0), libwxgtk2.8-dev" \
test_get_build_deps "yes"