This commit is contained in:
parent
47b4b1f1dd
commit
cfc0f87c49
4 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ func run(t *testing.T, path string, input string, expectedOutput string, expecte
|
|||
assert.Nil(t, err)
|
||||
|
||||
tmpDir := filepath.Join(os.TempDir(), "q", "tests")
|
||||
err = os.MkdirAll(tmpDir, 0755)
|
||||
err = os.MkdirAll(tmpDir, 0o755)
|
||||
assert.Nil(t, err)
|
||||
|
||||
executable := b.Executable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue