From: Simon Ruderich Date: Tue, 8 Apr 2025 03:37:37 +0000 (+0200) Subject: config: tests: explicitly test permissions without leading zero X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=954d9375382c9ce60533286bd37fc62f0707a97d;p=safcm%2Fsafcm.git config: tests: explicitly test permissions without leading zero --- diff --git a/cmd/safcm/testdata/project/group/permissions.yaml b/cmd/safcm/testdata/project/group/permissions.yaml index dcb31a8..6b7706f 100644 --- a/cmd/safcm/testdata/project/group/permissions.yaml +++ b/cmd/safcm/testdata/project/group/permissions.yaml @@ -1,4 +1,5 @@ /: 2755 /etc/.hidden: 07100 /etc/rc.local: 0700 -/etc/resolv.conf: 0641 user group +# No leading zero +/etc/resolv.conf: 641 user group