cd into directory in test

This commit is contained in:
Nathan Gabrielson
2025-05-07 15:42:28 -07:00
parent ca9df01851
commit cd5274fd43

View File

@@ -137,6 +137,7 @@ SQL
}
@test "global-args: can use --branch on valid branch" {
cd db1
dolt checkout -b br1
run dolt --branch br1 status
[ "$status" -eq 0 ]