test: improve VM image creation.
This commit is contained in:
parent
62cb1d9b96
commit
537e34739d
7 changed files with 19 additions and 6 deletions
2
tests/packer/init/clean.sh
Executable file → Normal file
2
tests/packer/init/clean.sh
Executable file → Normal file
|
|
@ -122,7 +122,7 @@ impersonalize() {
|
|||
# Remove itself
|
||||
"$(readlink -f "$SELF")"
|
||||
)
|
||||
rm -rvf "${remove[@]}"
|
||||
rm -rf "${remove[@]}"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue