diff --git a/run_tests.sh b/run_tests.sh index 482a1200b..b05112c34 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -31,7 +31,7 @@ for i in "${datasets[@]}"; do # Use default configuration unless overridden if [[ ! ( -f "${i%%/}/.bids-validator-config.json" || $CMD =~ /--config/ ) ]]; then - CMD="$CMD --config '$PWD/${VARIANT}config.json'" + CMD="$CMD --config $PWD/${VARIANT}config.json" fi # Ignore NIfTI headers except for synthetic dataset