chiark / gitweb /
Rename host-cleanup from host-pre-cleanup
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 21:27:02 +0000 (21:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 21:27:02 +0000 (21:27 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adt/acommon

index 4fb1b01400db3d1b874c649d36705bec3f5c6e0e..b7519dec9d55f5ff531f92f07c3562f470a5cb65 100644 (file)
@@ -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
 }