From: Simon Ruderich Date: Sun, 9 May 2021 10:15:58 +0000 (+0200) Subject: sync: tests: use strict perm for os.WriteFile() in CreateFile() X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=6089e2fbed6bf995122f331ceffcfc8c7b9dda31;hp=6089e2fbed6bf995122f331ceffcfc8c7b9dda31;p=safcm%2Fsafcm.git sync: tests: use strict perm for os.WriteFile() in CreateFile() 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. ---