Skip to content

Commit

Permalink
dpkg: update tests, remove support for old distro
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Feb 15, 2020
1 parent 5b38fbb commit 1448379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions tests/dpkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1448379

Please sign in to comment.