Skip to content

Commit 368dfc3

Browse files
committed
fixes unit test re github action
1 parent 99e78f6 commit 368dfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalsymlink_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ var _ = Describe("evil symlink chasing", func() {
9191
Expect(err).NotTo(HaveOccurred())
9292
Expect(p).To(Equal("/run"))
9393

94-
Errxpect(EvalSymlinks("/proc/1/root", "/", EvalFullPath)).
94+
Errxpect(EvalSymlinks("/proc/foobar1/root", "/", EvalFullPath)).
9595
To(HaveOccurred())
9696
})
9797

0 commit comments

Comments
 (0)