This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=deb2686df6aa25bd6446ed1a73cb8f96dbf7e935 commit deb2686df6aa25bd6446ed1a73cb8f96dbf7e935 Author: Guillem Jover <[email protected]> AuthorDate: Tue Dec 16 04:22:54 2014 +0100 test: Use DPKG_CONFIGURE instead of its expanded form --- t-triggers-cycle/Makefile | 2 +- t-triggers-depcycle/Makefile | 2 +- t-triggers-depends/Makefile | 2 +- t-triggers-depfarcycle/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t-triggers-cycle/Makefile b/t-triggers-cycle/Makefile index 9e82bca52..b17f87739 100644 --- a/t-triggers-cycle/Makefile +++ b/t-triggers-cycle/Makefile @@ -6,7 +6,7 @@ test-case: $(DPKG_INSTALL) pkg-depends.deb # Should fail due to a trigger cycle. ! $(DPKG_INSTALL) pkg-trigger-a.deb pkg-trigger-b.deb - ! $(BEROOT) $(DPKG) --configure --pending + ! $(DPKG_CONFIGURE) --pending # Make sure everything is left in a correct state. $(call pkg_is_installed,pkg-depends) diff --git a/t-triggers-depcycle/Makefile b/t-triggers-depcycle/Makefile index f8f73fdbe..5b1f0fb3e 100644 --- a/t-triggers-depcycle/Makefile +++ b/t-triggers-depcycle/Makefile @@ -10,7 +10,7 @@ test-case: $(DPKG_INSTALL) pkg-depends-0.deb $(DPKG_INSTALL) pkg-trigger.deb pkg-files-0.deb $(DPKG_UNPACK) pkg-files-1.deb - ! $(BEROOT) $(DPKG) --configure --pending + ! $(DPKG_CONFIGURE) --pending # Make sure everything is left in the expected state. $(call pkg_is_installed,pkg-files) diff --git a/t-triggers-depends/Makefile b/t-triggers-depends/Makefile index a7c747d50..66633d7a1 100644 --- a/t-triggers-depends/Makefile +++ b/t-triggers-depends/Makefile @@ -8,7 +8,7 @@ test-case: $(DPKG_INSTALL) pkg-files.deb $(DPKG_UNPACK) pkg-depends-1.deb $(DPKG_UNPACK) pkg-files.deb - $(BEROOT) $(DPKG) --configure --pending + $(DPKG_CONFIGURE) --pending # Make sure everything is left in a correct state. $(call pkg_is_installed,pkg-files) diff --git a/t-triggers-depfarcycle/Makefile b/t-triggers-depfarcycle/Makefile index 41461cff3..54b0c2de3 100644 --- a/t-triggers-depfarcycle/Makefile +++ b/t-triggers-depfarcycle/Makefile @@ -10,7 +10,7 @@ test-case: $(DPKG_INSTALL) pkg-depends-a.deb pkg-files-0.deb \ pkg-depends-b.deb pkg-trigger.deb $(DPKG_UNPACK) pkg-files-1.deb - $(BEROOT) $(DPKG) --configure --pending + $(DPKG_CONFIGURE) --pending # Make sure everything is left in a correct state. $(call pkg_is_installed,pkg-files) -- Dpkg.Org's dpkg

