mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 18:49:02 -06:00
16 lines
212 B
Bash
16 lines
212 B
Bash
#!/usr/bin/env bats
|
|
load $BATS_TEST_DIRNAME/helper/common.bash
|
|
|
|
setup() {
|
|
setup_common
|
|
}
|
|
|
|
teardown() {
|
|
assert_feature_version
|
|
teardown_common
|
|
}
|
|
|
|
@test "zstd: admin zstd works" {
|
|
dolt admin zstd
|
|
}
|