From 884d695273b1bec66a4b5debaf268f78255d8227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Mon, 4 Sep 2023 09:59:18 +0200 Subject: [PATCH] debian/tests: pass HOME=/tmp to ensure success in schroot --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 677efd68..65f0d64a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,5 +4,5 @@ # > If `debian/tests/control.autodep8` exists, autodep8 # > will prepend the contents of that file to its own output. -Test-Command: aptly repo create autopkgtest +Test-Command: HOME=/tmp aptly repo create autopkgtest Restrictions: allow-stderr