]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
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)
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.


No differences found