From 999fa3508eab3bba561202b91c520aaa5893bf11 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Dec 2019 15:51:08 +0100 Subject: [PATCH] nsscash: main_test: add missing check for statePath --- main_test.go | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.43.2