Skip to content

Commit

Permalink
Revert "Launch the proxy via unix socket in last test"
Browse files Browse the repository at this point in the history
 - since we won't now be copying $DOCKER_HOST

This reverts commit d8cfbc4.
  • Loading branch information
bboreham committed Dec 22, 2015
1 parent 800f466 commit bab758e
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
run_on $HOST1 "COVERAGE=$COVERAGE weave launch-proxy -H unix:///var/run/weave/weave.sock"
weave_on $HOST1 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 bab758e

Please sign in to comment.