madrob commented on code in PR #789: URL: https://github.com/apache/solr/pull/789#discussion_r844245229
########## solr/packaging/test/test_create_collection.bats: ########## @@ -18,12 +18,12 @@ load bats_helper setup_file() { - common_setup + common_clean_setup solr start -c local source_configset_dir="$SOLR_TIP/server/solr/configsets/sample_techproducts_configs" test -d $source_configset_dir - cp -r $source_configset_dir "$BATS_TMPDIR/config" + cp -r "${source_configset_dir}" "$BATS_FILE_TMPDIR/config" Review Comment: Since this is only used by one test, can we move it to that test? Then I think we would use `BATS_TEST_TMPDIR` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org