Fix broken test which allowed for non-existant --data-dir value

This commit is contained in:
Neil Macneale IV
2023-05-11 15:31:24 -07:00
parent 4ff25dbd50
commit 173a26cbb8
@@ -249,6 +249,7 @@ call dolt_commit('-am', 'new table');
SQL
cd $TMPDIRS
mkdir -p "dbs2"
# this is a hack: we have to change our persisted global server
# vars for the sql command to work on the replica TODO: fix this