mirror of https://github.com/databricks/cli.git
lint
This commit is contained in:
parent
f111e693b5
commit
6165817119
|
@ -13,7 +13,7 @@ import (
|
||||||
func TestGitCloneCLINotFound(t *testing.T) {
|
func TestGitCloneCLINotFound(t *testing.T) {
|
||||||
// Set PATH to "", so git CLI cannot be found
|
// Set PATH to "", so git CLI cannot be found
|
||||||
t.Setenv("PATH", "")
|
t.Setenv("PATH", "")
|
||||||
|
|
||||||
tmpDir := t.TempDir()
|
tmpDir := t.TempDir()
|
||||||
cmdIO := cmdio.NewIO("text", os.Stdin, os.Stdout, os.Stderr, "")
|
cmdIO := cmdio.NewIO("text", os.Stdin, os.Stdout, os.Stderr, "")
|
||||||
ctx := cmdio.InContext(context.Background(), cmdIO)
|
ctx := cmdio.InContext(context.Background(), cmdIO)
|
||||||
|
|
Loading…
Reference in New Issue