From f144d3d4398fa4bef1f55814f24fa90caed0eae0 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 3 Aug 2024 16:38:26 -0400 Subject: [PATCH] Update test0008 --- tests/0008.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/0008.bats b/tests/0008.bats index 2bfd688..3908310 100644 --- a/tests/0008.bats +++ b/tests/0008.bats @@ -27,7 +27,7 @@ teardown() { @test "-i 'test/home/user/.keep and -e 'user/.*'" { assert_tar_excludes test/home/user/.dotfile - assert_tar_excludes test/home/user/.keep + assert_tar_includes test/home/user/.keep } @test "-i 'test/etc/ssh/config and -e 'ssh'" {