]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
config: tests: replace FullPermToFileMode() with fs constants
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 10:29:08 +0000 (12:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 13:15:43 +0000 (15:15 +0200)
commit902f4dd358b7b3f27faccba2e40a04abc760546f
tree5caff8d20ad1e6d5d1e020aadc7493aa6948e18d
parent2d8cd51379f293fe2047c1347b52f8dc7ac3f78d
config: tests: replace FullPermToFileMode() with fs constants

FullPermToFileMode() is necessary in a few places but the tests should
use the common way in Go to set permissions. This is less confusing for
the reader.
cmd/safcm/config/files_test.go