Skip to content

Commit

Permalink
tmp file path win
Browse files Browse the repository at this point in the history
  • Loading branch information
OBoehrer committed Oct 23, 2024
1 parent 2c207d8 commit 826769a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = Describe("RootImage", func() {
rootImagePath, err := NewRootImage().Get("testdata/image", targetDirPath)

Expect(err).ToNot(HaveOccurred())
Expect(rootImagePath).To(MatchRegexp(".*/unpacked-image-[0-9]+/root.img"))
Expect(rootImagePath).To(MatchRegexp(".*/unpacked-image-[0-9]+[\\/]root.img"))
})

It("fails if the root.img cannot be found", func() {
Expand Down

0 comments on commit 826769a

Please sign in to comment.