tests: Remove LINUXKIT_ARTIFACTS_DIR from tests

This was a hack in the first place and will be replaced by
another, more obvious hack in the next commit.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-05-16 11:42:14 +01:00
parent 188ee6d226
commit 509be016d2
2 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
# Temporary directory for tests to use.
LINUXKIT_TMPDIR="${RT_PROJECT_ROOT}/_tmp"
LINUXKIT_ARTIFACTS_DIR="${RT_PROJECT_ROOT}/../../artifacts"
# The top-level group.sh of the project creates a env.sh file
# containing environment variables for tests. Source it if present.