From a0236ac7ecfb0acdf488c3d41f344530f4622cc5 Mon Sep 17 00:00:00 2001 From: Angelica Date: Tue, 24 Sep 2024 17:03:48 -0400 Subject: [PATCH] Fixed typo --- test/build/40_pull.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build/40_pull.bats b/test/build/40_pull.bats index 230a40fd2..88793fe31 100644 --- a/test/build/40_pull.bats +++ b/test/build/40_pull.bats @@ -575,7 +575,7 @@ EOF # check if output errors if [[ $retcode -ne 0 ]]; then echo "fail: part_ file wasn't cleaned properly." - # Clean up the file if the test fails + # clean up the file if the test fails rm /var/tmp/albug/dlcache/part_PROBLEM exit 1 fi