Removed redundant feature version test (we check this in setup in many places already)

This commit is contained in:
Zach Musgrave
2023-11-02 14:23:29 -07:00
parent e13c7c4c01
commit fc6ae719b8

View File

@@ -14,14 +14,6 @@ get_head_commit() {
dolt log -n 1 | grep -m 1 commit | cut -c 13-44
}
@test "status: dolt version --feature" {
# bump this test with feature version bumps
run dolt version --feature
[ "$status" -eq 0 ]
[[ "$output" =~ "dolt version" ]] || false
[[ "$output" =~ "feature version: 4" ]] || false
}
@test "status: no changes" {
run dolt status
[ "$status" -eq 0 ]