diff --git a/tests/python.sh b/tests/python.sh index 4fec575..1c5a3e6 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)