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 ]