Skip to content

Commit

Permalink
Adjust unit test to match the new varlink bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Jan 19, 2020
1 parent 23fdcc2 commit fb1f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func TestVarlink(t *testing.T) {
Suffix: "\"\n",
UsageHint: usageHint,
MachineName: defaultMachineName,
VarlinkBridge: sshBinaryPath + " " + sshBaseArgs + " sudo varlink bridge",
VarlinkBridge: sshBinaryPath + " " + sshBaseArgs + " -- sudo varlink -A \\'podman varlink \\\\\\$VARLINK_ADDRESS\\' bridge",
},
expectedErr: nil,
},
Expand Down

0 comments on commit fb1f15e

Please sign in to comment.