From 1448379e54817dc5e6faad982fc9a97fd90464f5 Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Sat, 15 Feb 2020 18:44:06 +0100 Subject: [PATCH] dpkg: update tests, remove support for old distro --- tests/README.md | 2 +- tests/dpkg.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index 304561a6..b504a3ac 100644 --- a/tests/README.md +++ b/tests/README.md @@ -33,7 +33,7 @@ Basically we execute the following command $ docker run --rm \ -v $PWD/test.sh:/tmp/test.sh \ -v $PWD/pacapt.dev:/usr/bin/pacman \ - ubuntu:14.04 \ + ubuntu:18.04 \ /tmp/test.sh This command will return 0 if all tests pass, or return 1 if any test fails. diff --git a/tests/dpkg.txt b/tests/dpkg.txt index c685d237..4dd1fd4c 100644 --- a/tests/dpkg.txt +++ b/tests/dpkg.txt @@ -5,7 +5,7 @@ # License : MIT # FIXME: debian:squeeze It's unable to run `pacman -Sy` -im ubuntu:16.04 ubuntu:14.04 debian:wheezy +im ubuntu:14.04 ubuntu:16.04 ubuntu:18.04 debian:buster debian:jessie debian:stretch # Remove `docker-clean` because we need *.deb files under /var/cache in ! rm -fv /etc/apt/apt.conf.d/docker-clean @@ -27,7 +27,7 @@ ou ^ii +apt + in -Qi apt ou ^Package: apt$ ou ^Status: install ok installed$ -ou ^Priority: important$ +ou ^Priority: (important|required)$ # File listing for `apt` in -Ql apt