X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=file_test.go;fp=file_test.go;h=f192d7af981a88eedaba9daa79b963c4ac795b5d;hb=8e30fc811afc50bfdb00e366cb1ac00e186b0511;hp=59cb169f8abf66f51cbb7b30a178d6bfbe14a096;hpb=348c8b83453aabeda5fb8acccb23244621a057d6;p=nsscash%2Fnsscash.git diff --git a/file_test.go b/file_test.go index 59cb169..f192d7a 100644 --- a/file_test.go +++ b/file_test.go @@ -45,7 +45,7 @@ func TestDeployFile(t *testing.T) { }{ { 0644, - 0644, + 0444, }, { 0400, @@ -53,15 +53,15 @@ func TestDeployFile(t *testing.T) { }, { 0600, - 0600, + 0400, }, { 0777, - 0777, + 0555, }, { 0666, - 0666, + 0444, }, { 0000,