From cd5274fd436fb69d3ea3c0bb52776f8a23aef661 Mon Sep 17 00:00:00 2001 From: Nathan Gabrielson Date: Wed, 7 May 2025 15:42:28 -0700 Subject: [PATCH] cd into directory in test --- integration-tests/bats/global-args.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/bats/global-args.bats b/integration-tests/bats/global-args.bats index cdc65a30ac..a9d79b8fc2 100755 --- a/integration-tests/bats/global-args.bats +++ b/integration-tests/bats/global-args.bats @@ -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 ]