diff options
Diffstat (limited to 'internal/app/app_stub_test.go')
| -rw-r--r-- | internal/app/app_stub_test.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/internal/app/app_stub_test.go b/internal/app/app_stub_test.go index be496177..665dfa04 100644 --- a/internal/app/app_stub_test.go +++ b/internal/app/app_stub_test.go @@ -55,10 +55,8 @@ func (s *stubNixOS) LookPath(file string) (string, error) { } switch file { - case "sudo": - return "/run/wrappers/bin/sudo", nil - case "machinectl": - return "/home/ophestra/.nix-profile/bin/machinectl", nil + case "zsh": + return "/run/current-system/sw/bin/zsh", nil default: panic(fmt.Sprintf("attempted to look up unexpected executable %q", file)) } |
