mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
Removed git checkout from test
This commit is contained in:
@@ -138,10 +138,9 @@ SQL
|
||||
|
||||
@test "global-args: can use --branch on valid branch" {
|
||||
cd db1
|
||||
dolt checkout -b br1
|
||||
run dolt --branch br1 status
|
||||
run dolt --branch b1 status
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "On branch br1" ]] || false
|
||||
[[ "$output" =~ "On branch b1" ]] || false
|
||||
[[ "$output" =~ "nothing to commit, working tree clean" ]] || false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user