updating feature version test

This commit is contained in:
James Cor
2022-04-07 11:41:24 -07:00
parent e4043d59eb
commit 3e016e7ef6

View File

@@ -51,7 +51,7 @@ assert_feature_version() {
# Tests that don't end in a valid dolt dir will fail the above
# command, don't check its output in that case
if [ "$status" -eq 0 ]; then
[[ "$output" =~ "feature version: 2" ]] || exit 1
[[ "$output" =~ "feature version: 3" ]] || exit 1
fi
}