Skip to content

Commit ba0f3da

Browse files
drew-512sbinet
andauthored
Update examples/embedding/main_test.go
Co-authored-by: Sebastien Binet <[email protected]>
1 parent 3d37384 commit ba0f3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/embedding/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestEmbeddedExample(t *testing.T) {
2929
}
3030

3131
out := new(bytes.Buffer)
32-
cmd = exec.Command(filepath.Join(tmp, "exe"), "mylib-demo.py")
32+
cmd = exec.Command(exe, "mylib-demo.py")
3333
cmd.Stdout = out
3434

3535
err = cmd.Run()

0 commit comments

Comments
 (0)