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 4d4674db..1b6d5780 100644 --- a/internal/app/app_stub_test.go +++ b/internal/app/app_stub_test.go @@ -6,7 +6,7 @@ import ( "os/user" "strconv" - "git.gensokyo.uk/security/fortify/internal/linux" + "git.gensokyo.uk/security/fortify/internal/sys" ) // fs methods are not implemented using a real FS @@ -122,8 +122,8 @@ func (s *stubNixOS) Open(name string) (fs.File, error) { } } -func (s *stubNixOS) Paths() linux.Paths { - return linux.Paths{ +func (s *stubNixOS) Paths() sys.Paths { + return sys.Paths{ SharePath: "/tmp/fortify.1971", RuntimePath: "/run/user/1971", RunDirPath: "/run/user/1971/fortify", |
