From 618ec9db2cab188716c0922d1e7a75e0e35e8bf5 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 21 Aug 2024 13:14:06 +0200 Subject: [PATCH] test/update-crypto-policies: update diff file With the mounting of /dev (among others) into the chroot for the update-crypto-policies, the leftover /dev/null is now removed. This was created by the update-crypto-policies script, running in the chroot, by multiple output redirects into /dev/null. Without a /dev fs, the file was being created in the tree and would remain on the image. --- test/data/stages/update-crypto-policies/diff.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/data/stages/update-crypto-policies/diff.json b/test/data/stages/update-crypto-policies/diff.json index 594c53cd..63507673 100644 --- a/test/data/stages/update-crypto-policies/diff.json +++ b/test/data/stages/update-crypto-policies/diff.json @@ -1,7 +1,5 @@ { - "added_files": [ - "/dev/null" - ], + "added_files": [], "deleted_files": [], "differences": { "/etc/crypto-policies/back-ends/bind.config": {