From fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 16:03:26 +0200 Subject: Adding upstream version 1.5.1. Signed-off-by: Daniel Baumann --- tests/apt-patterns-custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/apt-patterns-custom') diff --git a/tests/apt-patterns-custom b/tests/apt-patterns-custom index 2348a76..bd78ed1 100644 --- a/tests/apt-patterns-custom +++ b/tests/apt-patterns-custom @@ -6,4 +6,4 @@ trap "rm -f /tmp/debian-chroot.tar" EXIT INT TERM --include '?narrow(?archive(^{{ DIST }}$),?essential)' \ --include apt \ {{ DIST }} /tmp/debian-chroot.tar {{ MIRROR }} -tar -tf /tmp/debian-chroot.tar | sort | diff -u tar1.txt - +{ tar -tf /tmp/debian-chroot.tar; echo ./var/lib/apt/extended_states; } | sort | diff -u tar1.txt - -- cgit v1.2.3