This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6351156ee230d1e7f87c6279d379dbde011b5954 commit 6351156ee230d1e7f87c6279d379dbde011b5954 Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 2 05:03:03 2021 +0100 debian: Create auotpkgtest installation directory We need to create the root directory, as the dpkg code assumes that already exists. Fixes: commit 4bdff3fdec0312c09d12829e9887f719743f846b --- debian/tests/test-func | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/test-func b/debian/tests/test-func index d550172e8..f8f3df546 100644 --- a/debian/tests/test-func +++ b/debian/tests/test-func @@ -6,4 +6,5 @@ export DPKG_TESTSUITE_OPTIONS="debug" export DPKG_ADMINDIR="$AUTOPKGTEST_TMP/db" export DPKG_INSTDIR="$AUTOPKGTEST_TMP/root" +mkdir -p "$DPKG_INSTDIR" eatmydata make -C tests test DPKG_INSTDIR="$DPKG_INSTDIR" DPKG_ADMINDIR="$DPKG_ADMINDIR" -- Dpkg.Org's dpkg

