Description
Steps to reproduce
export DAFFODIL_HOME="/tmp/path with spaces" mkdir "$DAFFODIL_HOME" cd "$DAFFODIL_HOME" git clone https://github.com/apache/daffodil.git cd daffodil sbt IntegrationTest/test
Note that if the path to your daffodil repo path has spaces but you don't set DAFFODIL_HOME, then tests work correctly. Unfortunately, sometimes this is required, like when using certain IDE's.