Fix PYTHONPATH usage in test_compose.sh.

Signed-off-by: Daniel Mach <dmach@redhat.com>
This commit is contained in:
Daniel Mach 2016-06-01 07:09:41 -04:00
parent 5cc7dc204f
commit 4582e635f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
export PYTHONPATH=$(pwd)/../
export PYTHONPATH=$(pwd)/../:$PYTHONPATH
export PATH=$(pwd)/../bin:$PATH
mkdir -p _composes