From 1d09ebd6880d8d60d4dcd83586bb2d4ee3163ec3 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 May 2023 19:07:51 -0400 Subject: [PATCH] Removed debugging print call from teardown --- tests/0006.bats | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/0006.bats b/tests/0006.bats index f339dda..3c3d169 100644 --- a/tests/0006.bats +++ b/tests/0006.bats @@ -11,8 +11,7 @@ setup() { } teardown() { - #rm -rf test test.tar.bz2 - echo lala + rm -rf test test.tar.bz2 } @test "/var/db/repos/gentoo/ is included" {