mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-11 01:55:08 -05:00
Update integration-tests/bats/commit.bats
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user