From 4925587b3482e62727cd639d0516b2a9cd00a25a Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 16 Jan 2023 08:12:48 +0100 Subject: [PATCH] tests/as-debootstrap-unshare-wrapper: run diff with -u --- tests/as-debootstrap-unshare-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/as-debootstrap-unshare-wrapper b/tests/as-debootstrap-unshare-wrapper index 84f5550..688e917 100644 --- a/tests/as-debootstrap-unshare-wrapper +++ b/tests/as-debootstrap-unshare-wrapper @@ -69,7 +69,7 @@ if [ -e /tmp/debian-debootstrap/etc/apparmor.d/local/sbin.dhclient ] && [ ! -s / fi # check if the file content differs -diff --no-dereference --recursive /tmp/debian-debootstrap /tmp/debian-mm >&2 +diff --unified --no-dereference --recursive /tmp/debian-debootstrap /tmp/debian-mm >&2 # check permissions, ownership, symlink targets, modification times using tar # mtimes of directories created by mmdebstrap will differ, thus we equalize them first