]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
sync: tests: use strict perm for os.WriteFile() in CreateFile()
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 10:15:58 +0000 (12:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 13:15:43 +0000 (15:15 +0200)
This parameter is modified by the umask. The proper permissions are set
by os.Chmod() afterwards. Don't confuse the reader by using a value
which is not relevant.


No differences found