Merge pull request #157 from thaJeztah/18.09_backport_fix_test_int

[18.09 backport] make test-integration: use correct dockerd binary
Upstream-commit: f935add7583e7741c43f110ba354957730b78d4c
Component: engine
This commit is contained in:
Andrew Hsu
2019-02-20 18:10:26 -08:00
committed by GitHub

View File

@ -3,7 +3,7 @@
# see test-integration for example usage of this script
base="$ABS_DEST/.."
export PATH="$base/binary-daemon:$base/dynbinary-daemon:$PATH"
export PATH="$base/dynbinary-daemon:$base/binary-daemon:$PATH"
export TEST_CLIENT_BINARY=docker