From: Simon Ruderich Date: Sun, 15 Dec 2019 14:51:08 +0000 (+0100) Subject: nsscash: main_test: add missing check for statePath X-Git-Tag: 0.1~3 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=999fa3508eab3bba561202b91c520aaa5893bf11 nsscash: main_test: add missing check for statePath --- diff --git a/main_test.go b/main_test.go index a5c488e..145abe9 100644 --- a/main_test.go +++ b/main_test.go @@ -715,6 +715,7 @@ func fetchStateCannotRead(a args) { statePath+": permission denied") mustNotExist(t, passwdPath, plainPath, groupPath) + mustBeOld(t, statePath) } func fetchStateInvalid(a args) {