From ca21bbbb94498ec32263824d919abbf8d5f94dcb Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 7 Aug 2024 22:29:09 -0400 Subject: [PATCH] Fixing tests --- tests/0006.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/0006.bats b/tests/0006.bats index 1773a8a..fdf3f30 100644 --- a/tests/0006.bats +++ b/tests/0006.bats @@ -18,16 +18,16 @@ teardown() { assert_tar_includes test/var/db/repos/gentoo/ } -@test "/var/db/repos/gentoo/app-backup is excluded" { - assert_tar_excludes_partial test/var/db/repos/gentoo/app-backup +@test "/var/db/repos/gentoo/app-backup is included" { + assert_tar_includes_partial test/var/db/repos/gentoo/app-backup } @test "/var/db/repos/science/ is included" { assert_tar_includes test/var/db/repos/gentoo/ } -@test "/var/db/repos/science/sci-biology is excluded" { - assert_tar_excludes_partial test/var/db/repos/gentoo/app-backup +@test "/var/db/repos/science/sci-biology is included" { + assert_tar_includes_partial test/var/db/repos/gentoo/app-backup } @test "/var/cache/distfiles/gen2stage4.tar.gz is excluded" {