From: Ian Jackson Date: Tue, 10 Jan 2023 21:27:02 +0000 (+0000) Subject: Rename host-cleanup from host-pre-cleanup X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=056bcb95ecded6d38155d1855809898d1f3d060d;p=hippotat.git Rename host-cleanup from host-pre-cleanup Signed-off-by: Ian Jackson --- 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 }