test.sh: now dpkg in testing also creates lock-frontend

pull/1/head
parent f3d227ae5f
commit 88c0d40b8f
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -146,7 +146,7 @@ for dist in stable testing unstable; do
fi
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock
# introduced in dpkg 1.19.1
if [ "$dist" = "unstable" ]; then
if [ "$dist" != "stable" ]; then
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock-frontend
fi

Loading…
Cancel
Save