Skip to content

Commit

Permalink
Launch the proxy via unix socket in last test
Browse files Browse the repository at this point in the history
 - proxy copies permissions from $DOCKER_HOST socket if available, so in
   this case it was not accessible because we were booting via a TCP
   socket
  • Loading branch information
bboreham committed Dec 16, 2015
1 parent 88fad25 commit d8cfbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/650_proxy_env_test.sh
Expand Up @@ -30,7 +30,7 @@ check

# Check we can use weave env/config with unix -Hs specified
weave_on $HOST1 stop
weave_on $HOST1 launch-proxy -H unix:///var/run/weave/weave.sock
run_on $HOST1 "COVERAGE=$COVERAGE weave launch-proxy -H unix:///var/run/weave/weave.sock"
assert_raises "run_on $HOST1 'eval \$(weave env) ; docker $CMD'"
assert_raises "run_on $HOST1 'docker \$(weave config) $CMD'"

Expand Down

0 comments on commit d8cfbc4

Please sign in to comment.