Commit 16e3db5f authored by Mark Needham's avatar Mark Needham
Browse files

Revert "assertion changes with new resolution of NEO4J_CONF in neo4j-shared"

This needs to be reverted as b863b894 reverts
the code it was testing

This reverts commit 1717acdf.
parent a206da32
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ test_expect_success "should invoke convert classic store main class, pass in dat
neo4j-home/bin/neo4j-admin core-convert --database=foo.db &&
test_expect_java_arg 'org.neo4j.coreedge.convert.ConvertNonCoreEdgeStoreCli' &&
test_expect_java_arg '--database=foo.db' &&
test_expect_java_arg '--config=$(neo4j_home)/conf'
test_expect_java_arg '--config=conf'
"
test_done
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment