Update integration-tests/bats/commit.bats

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
stephanie
2023-01-05 14:06:51 -08:00
committed by GitHub
parent e9f2f4de82
commit 6c218c68cd

View File

@@ -44,7 +44,7 @@ teardown() {
@test "commit: failed to open commit editor." {
export EDITOR="foo"
export dolt_test_forceOpenEditor="1"
export DOLT_TEST_FORCE_OPEN_EDITOR="1"
dolt sql -q "CREATE table t (pk int primary key);"
dolt sql -q "INSERT INTO t VALUES (1);"
dolt add t