Skip to content

Commit

Permalink
Fixing no such file or directory issue (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout authored and openshift-merge-robot committed Sep 27, 2019
1 parent 0cdcc90 commit c9677e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,13 +583,10 @@ func componentTests(args ...string) {
ts := time.Now().UnixNano()
contextNumeric, err = ioutil.TempDir("", fmt.Sprint(ts))
Expect(err).ToNot(HaveOccurred())
os.Mkdir(context, 0750)
project = helper.CreateRandProject()
helper.Chdir(contextNumeric)
})
JustAfterEach(func() {
helper.DeleteProject(project)
helper.Chdir(originalDir)
helper.DeleteDir(contextNumeric)
})

Expand Down

0 comments on commit c9677e8

Please sign in to comment.