forked from josch/mmdebstrap
test.sh: fix small typo
This commit is contained in:
parent
35d45c8504
commit
69ee374719
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -116,7 +116,7 @@ for dist in stable testing unstable; do
|
||||||
sudo rm debian-$dist-debootstrap/var/lib/dpkg/available \
|
sudo rm debian-$dist-debootstrap/var/lib/dpkg/available \
|
||||||
debian-$dist-debootstrap/var/lib/dpkg/cmethopt
|
debian-$dist-debootstrap/var/lib/dpkg/cmethopt
|
||||||
# since we installed packages directly from the .deb files, Priorities differ
|
# since we installed packages directly from the .deb files, Priorities differ
|
||||||
# this we first check for equality and then remove the files
|
# thus we first check for equality and then remove the files
|
||||||
sudo chroot debian-$dist-debootstrap dpkg --list > dpkg1
|
sudo chroot debian-$dist-debootstrap dpkg --list > dpkg1
|
||||||
sudo chroot debian-$dist-mm dpkg --list > dpkg2
|
sudo chroot debian-$dist-mm dpkg --list > dpkg2
|
||||||
diff -u dpkg1 dpkg2
|
diff -u dpkg1 dpkg2
|
||||||
|
|
Loading…
Reference in a new issue