Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 76112f9

Browse files
author
Amin Jamali
committed
/bin is symlinked to /usr/bin
1 parent d0ce853 commit 76112f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/launcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var _ = Describe("Launcher", func() {
123123

124124
Context("when a start command is given with a workdir", func() {
125125
BeforeEach(func() {
126-
workdir = "/bin"
126+
workdir = "/usr/bin"
127127
launcherCmd.Args = []string{
128128
"launcher",
129129
appDir,

0 commit comments

Comments
 (0)