diff --git a/bats/garbage_collection.bats b/bats/garbage_collection.bats new file mode 100644 index 0000000000..e76e1aef54 --- /dev/null +++ b/bats/garbage_collection.bats @@ -0,0 +1,23 @@ +#!/usr/bin/env bats +load $BATS_TEST_DIRNAME/helper/common.bash + +setup() { + setup_common +} + +teardown() { + teardown_common +} + +@test "dolt gc smoke test" { + run dolt gc + [ "$status" -eq "0" ] + + dolt sql <