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.
This commit is contained in:
parent
8e41ec58a7
commit
618ec9db2c
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"added_files": [
|
||||
"/dev/null"
|
||||
],
|
||||
"added_files": [],
|
||||
"deleted_files": [],
|
||||
"differences": {
|
||||
"/etc/crypto-policies/back-ends/bind.config": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue