Skip to content

Commit 26520ce

Browse files
committed
fix test - add missing Chdir
1 parent 453d6ef commit 26520ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/bundle/init_default_python_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
6262
}
6363

6464
tmpDir := t.TempDir()
65+
testutil.Chdir(t, tmpDir)
6566

6667
opts := pythontest.VenvOpts{
6768
PythonVersion: pythonVersion,

0 commit comments

Comments
 (0)