Fixed spaces error with run_tests script

This commit is contained in:
2016-05-11 21:16:57 +01:00
parent 0d24941643
commit c9595f43c8
+1 -1
View File
@@ -5,5 +5,5 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
cd $DIR
cd "$DIR"
python -m unittest -v audiofile_tests