rust/cargo-c: update to 0.10.9+cargo-0.85.0
[oi-userland.git] / components / developer / golang-18 / patches / 01-golang-gdb-python-test.patch
blob16423e11863da1083c330ffd625ba2ad406b7a05
1 --- ./src/runtime/runtime-gdb_test.go.orig 2016-04-28 15:00:59.194196644 +0200
2 +++ ./src/runtime/runtime-gdb_test.go 2016-04-28 15:01:27.275109628 +0200
3 @@ -14,7 +14,7 @@
6 func checkGdbPython(t *testing.T) {
7 - cmd := exec.Command("gdb", "-nx", "-q", "--batch", "-iex", "python import sys; print('go gdb python support')")
8 + cmd := exec.Command("gdb", "-nx", "-q", "--batch", "-iex", "/usr/bin/amd64/python import sys; print('go gdb python support')")
9 out, err := cmd.CombinedOutput()
11 if err != nil {