aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2025-09-23 09:21:02 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2025-09-23 19:32:26 +0000
commit874eaa3821dd678ca27706af3f023844e3094b2e (patch)
tree76f742fd756f0755079635f5d2fa4c0efb41f3ca
parent38f6a4467419f5b2344d184baa454c126e2919a9 (diff)
tests/newsyslog: cleanup after tests_normal_rotate_recompress test
The garbage left would prevent subsequent tests to succeed. Note that currently this is the last test to execute.
-rw-r--r--usr.sbin/newsyslog/tests/legacy_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/newsyslog/tests/legacy_test.sh b/usr.sbin/newsyslog/tests/legacy_test.sh
index 5aecdeacd10a..1ec48d5a0cc7 100644
--- a/usr.sbin/newsyslog/tests/legacy_test.sh
+++ b/usr.sbin/newsyslog/tests/legacy_test.sh
@@ -522,6 +522,8 @@ tests_normal_rotate_recompress() {
ckfe ${LOGFNAME}.0${ext}
ckfe ${LOGFNAME}.1${ext}
end
+
+ tmpdir_clean
}
echo 1..185