diff options
Diffstat (limited to 'internal/app/app_stub_test.go')
| -rw-r--r-- | internal/app/app_stub_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/app/app_stub_test.go b/internal/app/app_stub_test.go index 89804d29..262055fe 100644 --- a/internal/app/app_stub_test.go +++ b/internal/app/app_stub_test.go @@ -7,7 +7,7 @@ import ( "os/user" "strconv" - "git.gensokyo.uk/security/fortify/internal/sys" + "git.gensokyo.uk/security/fortify/fst" ) // fs methods are not implemented using a real FS @@ -126,8 +126,8 @@ func (s *stubNixOS) Open(name string) (fs.File, error) { } } -func (s *stubNixOS) Paths() sys.Paths { - return sys.Paths{ +func (s *stubNixOS) Paths() fst.Paths { + return fst.Paths{ SharePath: "/tmp/fortify.1971", RuntimePath: "/run/user/1971", RunDirPath: "/run/user/1971/fortify", |
