test: improve VM image creation.

This commit is contained in:
Alexandre Pujol 2023-07-08 12:34:18 +01:00
parent 62cb1d9b96
commit 537e34739d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 19 additions and 6 deletions

2
tests/packer/init/clean.sh Executable file → Normal file
View file

@ -122,7 +122,7 @@ impersonalize() {
# Remove itself
"$(readlink -f "$SELF")"
)
rm -rvf "${remove[@]}"
rm -rf "${remove[@]}"
}