From 39f96d07cfe61f5e87279a704baed85f1468bc57 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 2 Dec 2015 12:56:04 +0100 Subject: tests: apt build-dep actually reports no depends correctly 'Regression' of 7d19ee92f2368a40e739cb27d22d6d28f37ebf45, just that it now works more as expected than previously. Of course, build-essentials are implicitly also build dependencies, so by definition all packages have build dependencies, but that isn't what this message wants to say and it isn't what the user expects. Git-Dch: Ignore --- test/integration/test-architecture-specification-parsing | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/integration/test-architecture-specification-parsing') 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 -- cgit v1.2.3