diff --git a/solr/packaging/test/test_export.bats b/solr/packaging/test/test_export.bats index b06207dd5c0..0ac04ce3d02 100644 --- a/solr/packaging/test/test_export.bats +++ b/solr/packaging/test/test_export.bats @@ -29,7 +29,7 @@ teardown() { } @test "Check export command" { - run solr start -c -e techproducts + run solr start -e techproducts run solr export --solr-url http://localhost:${SOLR_PORT} --name techproducts -query "*:* -id:test" -out "${BATS_TEST_TMPDIR}/output" refute_output --partial 'Unrecognized option'