mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-26 10:18:56 -06:00
- init.bats: Use status != 0 instead of status == 1 for flexibility - shallow-clone.bats: Add cd into cloned directory after dolt_clone - sql-local-remote.bats: Run commands from within the dolt database directory These tests now properly cd into the dolt database directory before running commands that require a repository context. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>