diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-09-24 19:11:43 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-09-24 19:11:43 +0200 |
commit | 4252a8c46af88baf8949da84ab21e8f79585a2f4 (patch) | |
tree | d2356ca950e8364c8920c4207e282a1a9fde4e7e | |
parent | 6d5dda939841468467eaee7a3271a8c3b7462e12 (diff) | |
download | debvm-4252a8c46af88baf8949da84ab21e8f79585a2f4.tar.gz |
add curl dependency to autopkgtests
Fixes: e2e003c4415f ("tests/create-and-run.sh: choose ports mirror automatically")
-rw-r--r-- | debian/tests/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index b765a4d..e72580a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,11 +1,11 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el] +Depends: debian-archive-keyring, debvm, curl, file, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet, needs-root, flaky # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el], uidmap +Depends: debian-archive-keyring, debvm, curl, file, openssh-client, seabios [ppc64el], uidmap Restrictions: allow-stderr, needs-internet, skippable, flaky # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x |