summaryrefslogtreecommitdiff
path: root/test/integration/test-architecture-specification-parsing
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test-architecture-specification-parsing')
-rwxr-xr-xtest/integration/test-architecture-specification-parsing2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-architecture-specification-parsing b/test/integration/test-architecture-specification-parsing
index 701b10c3e..739741db0 100755
--- a/test/integration/test-architecture-specification-parsing
+++ b/test/integration/test-architecture-specification-parsing
@@ -80,6 +80,7 @@ Conf foo (1.0 stable [${NATIVE}])" aptget build-dep pkg-arch-foo -s
testsuccessequal 'Reading package lists...
Building dependency tree...
+pkg-arch-no-foo has no build depends.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.' aptget build-dep pkg-arch-no-foo -s
testsuccessequal "Reading package lists...
@@ -100,6 +101,7 @@ Conf foo (1.0 stable [${NATIVE}])" aptget build-dep pkg-arch-foo-unrelated-no2 -
testsuccessequal 'Reading package lists...
Building dependency tree...
+no-depends has no build depends.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.' aptget build-dep no-depends -s
# this is not really testing APT - more that dpkg is in line with us