diff --git a/tests/python.sh b/tests/python.sh index cbc0adf..02189bd 100755 --- a/tests/python.sh +++ b/tests/python.sh @@ -17,8 +17,9 @@ #variables +PYTHONDIR="../src/python" #executables MAKE="make" -(cd ../src/python && $MAKE clean all) +(cd "$PYTHONDIR" && $MAKE clean all)