aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/main_test.go')
-rw-r--r--internal/outcome/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/main_test.go b/internal/outcome/main_test.go
index 861478d1..e5b9af1e 100644
--- a/internal/outcome/main_test.go
+++ b/internal/outcome/main_test.go
@@ -701,7 +701,7 @@ type stubNixOS struct {
}
func (k *stubNixOS) getppid() int { return 0xbad }
-func (k *stubNixOS) getpid() int { return 0xdeadbeef }
+func (k *stubNixOS) getpid() int { return 0xdead }
func (k *stubNixOS) getuid() int { return 1971 }
func (k *stubNixOS) getgid() int { return 100 }