tests: Fix test_compose.sh paths

The paths need to be absolute so that subprocesses started during the
compose with a modified cwd will still work.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-08-10 09:27:47 +02:00
parent c9f34b6684
commit 470b3e4923

View File

@ -2,7 +2,7 @@
set -e
HERE=$(dirname "$0")
HERE=$(realpath "$(dirname "$0")")
PYTHONPATH=$HERE/../:$PYTHONPATH
PATH=$HERE/../bin:$PATH