revert src/syscall/exec_unix_test.go

This commit is contained in:
Jes Cok 2023-09-19 18:30:08 +08:00
parent e8c492de30
commit acaf3ac11c

View file

@ -383,7 +383,7 @@ func TestRlimitRestored(t *testing.T) {
t.Fatalf("could not parse %q as number: %v", s, v)
}
if v != orig.Cur {
if v != uint64(orig.Cur) {
t.Errorf("exec rlimit = %d, want %d", v, orig)
}
}