tests: update diff for authselect stage to use "null" content
The authselect stage will generate timestamps as part of the update to `/etc/authselect/*`, e.g.: ``` Generate by authselect on Fri Nov 10 16:06:29 2023 ... ``` this makes the content diff for those files unusable (until we start to use faketime which maybe we should ;)
This commit is contained in:
parent
eb91e1780d
commit
efdd3e5411
1 changed files with 16 additions and 16 deletions
|
|
@ -10,50 +10,50 @@
|
|||
},
|
||||
"/etc/authselect/dconf-db": {
|
||||
"content": [
|
||||
"sha256:30e027f8606714959f10b408c8e102082b400f97ce1992c47f72d9b2195c33d7",
|
||||
"sha256:bf1352ed9518c1eef044c7bd65f2be21c5696a49c7286f4c320b73112a8bd521"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/dconf-locks": {
|
||||
"content": [
|
||||
"sha256:701be62c2f226243dff1429d49e2dd26d753c91779ffb15d9fc2e2a20797aef9",
|
||||
"sha256:e70ae1007e243cca01c3612cd4fdd979c344ac56f5ebafa603c2aedd8f06efc7"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/fingerprint-auth": {
|
||||
"content": [
|
||||
"sha256:7cdb83652dd6a64453a6f18d735d293ffe5b28445391c2e91600707dc990fb39",
|
||||
"sha256:b50ad1e6792dd08d1da50d21825aa84d00ed82a0869158055fcc8c4befdd65cb"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/nsswitch.conf": {
|
||||
"content": [
|
||||
"sha256:104c39ac2994d2614801638d80a1d6b7e34dfab6c74b6f207de5d6a33ec4142f",
|
||||
"sha256:46e4d8b2b0dbf592f7d30f7ca6b6694523aaa00b8c706ef144077a8c0dd403cd"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/password-auth": {
|
||||
"content": [
|
||||
"sha256:a500cb3be26e0413127f977adfb4ca012b5d40747dff5c98cdcc7f8b3ad6d7e7",
|
||||
"sha256:35879f76d5961784506034a67ff2e78084db5b04d099406682c06edafd0d2f82"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/postlogin": {
|
||||
"content": [
|
||||
"sha256:555cb7d6283fccba03c71f03d5902aeef5e272846405a9e7c089476082c87bf4",
|
||||
"sha256:a1f33f1681dac8bc58333d5ecba2020b1c1b935d2876934d6e655834c87ebc81"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/smartcard-auth": {
|
||||
"content": [
|
||||
"sha256:7cdb83652dd6a64453a6f18d735d293ffe5b28445391c2e91600707dc990fb39",
|
||||
"sha256:b50ad1e6792dd08d1da50d21825aa84d00ed82a0869158055fcc8c4befdd65cb"
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
"/etc/authselect/system-auth": {
|
||||
"content": [
|
||||
"sha256:a500cb3be26e0413127f977adfb4ca012b5d40747dff5c98cdcc7f8b3ad6d7e7",
|
||||
"sha256:35879f76d5961784506034a67ff2e78084db5b04d099406682c06edafd0d2f82"
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue