Update integration-tests/bats/sql-shell.bats

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
Nick Tobey
2025-08-15 16:46:22 -07:00
committed by GitHub
parent 9ef912ec93
commit 2636fa81c5
-1
View File
@@ -38,7 +38,6 @@ teardown() {
skip "shell on server returns Empty Set instead of OkResult"
fi
run $BATS_TEST_DIRNAME/sql-shell-error.expect
echo "$output"
[ "$status" -eq 0 ]
}