This commit is contained in:
parent
e6a6be1181
commit
7e9f5d500f
10 changed files with 19 additions and 18 deletions
|
@ -33,7 +33,7 @@ func (test *testRun) Run(t *testing.T, path string) {
|
|||
|
||||
executable := b.Executable()
|
||||
executable = filepath.Join(tmpDir, filepath.Base(executable))
|
||||
err = linker.WriteFile(executable, b, env)
|
||||
err = linker.WriteFile(executable, env)
|
||||
assert.Nil(t, err)
|
||||
|
||||
stat, err := os.Stat(executable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue