From 056bcb95ecded6d38155d1855809898d1f3d060d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 10 Jan 2023 21:27:02 +0000 Subject: [PATCH] Rename host-cleanup from host-pre-cleanup Signed-off-by: Ian Jackson --- adt/acommon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adt/acommon b/adt/acommon index 4fb1b01..b7519de 100644 --- a/adt/acommon +++ b/adt/acommon @@ -15,7 +15,7 @@ test-prep () { tmp=$AUTOPKGTEST_TMP else tmp=$PWD/tmp/$tname - host-pre-cleanup + host-cleanup mkdir -p tmp rm -rf "$tmp" mkdir "$tmp" @@ -47,7 +47,7 @@ filesystem-prep () { done } -host-pre-cleanup () { +host-cleanup () { host-cleanup client host-cleanup server } -- 2.30.2