diff --git a/.gitignore b/.gitignore index e5641de..841743b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ subprojects/packagecache subprojects/spdlog-* subprojects/sqlite-amalgamation-* subprojects/nlohmann_json-* + +install diff --git a/test/integration/cli.bats b/test/integration/cli.bats index cc075bb..f550717 100644 --- a/test/integration/cli.bats +++ b/test/integration/cli.bats @@ -22,7 +22,8 @@ function setup() { } function teardown() { - : + export REPO_ROOT=/tmp/uenv-repo + rm -rf $REPO_ROOT } @test "noargs" {