From 69ee374719c3dba3e5e95b1599f0fb44a6632086 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 22 Oct 2018 16:58:11 +0200 Subject: [PATCH] test.sh: fix small typo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 2193f42..6551ed9 100755 --- a/test.sh +++ b/test.sh @@ -116,7 +116,7 @@ for dist in stable testing unstable; do sudo rm debian-$dist-debootstrap/var/lib/dpkg/available \ debian-$dist-debootstrap/var/lib/dpkg/cmethopt # 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-mm dpkg --list > dpkg2 diff -u dpkg1 dpkg2