diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:03:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:03:26 +0000 |
commit | fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1 (patch) | |
tree | 53466f3b71d405ea01a4a2227d64f84ea3ff4f69 /tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before | |
parent | Adding upstream version 1.5.0. (diff) | |
download | mmdebstrap-upstream/1.5.1.tar.xz mmdebstrap-upstream/1.5.1.zip |
Adding upstream version 1.5.1.upstream/1.5.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before')
-rw-r--r-- | tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before b/tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before index 9a36307..c745cf3 100644 --- a/tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before +++ b/tests/not-having-to-install-apt-in-include-because-a-hook-did-it-before @@ -6,4 +6,4 @@ trap "rm -f /tmp/debian-chroot.tar" EXIT INT TERM --essential-hook='APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get update' \ --essential-hook='APT_CONFIG=$MMDEBSTRAP_APT_CONFIG apt-get --yes install apt' \ {{ DIST }} /tmp/debian-chroot.tar {{ MIRROR }} -tar -tf /tmp/debian-chroot.tar | sort | grep -v ./var/lib/apt/extended_states | diff -u tar1.txt - +tar -tf /tmp/debian-chroot.tar | sort | diff -u tar1.txt - |