From b88ece9a7de4fc8dcb61415c06cebf06f68d95f2 Mon Sep 17 00:00:00 2001 From: Nic McPhee Date: Sun, 28 Aug 2016 11:06:15 -0500 Subject: [PATCH] Fixes #3 (typo in test descriptor) --- cleaning/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleaning/tests.bats b/cleaning/tests.bats index c2be70d..16a22c5 100755 --- a/cleaning/tests.bats +++ b/cleaning/tests.bats @@ -56,7 +56,7 @@ teardown() { [ -f "$little.tgz" ] } -@test "big_clean.sh creates new 'cleaned_big_dir.tgz' archive" { +@test "big_clean.sh creates new 'cleaned_little_dir.tgz' archive" { run ./big_clean.sh $little.tgz $BATS_TMPDIR [ -f "cleaned_$little.tgz" ] }