]> git.proxmox.com Git - pve-installer.git/commit
umount testdir recursively in check-* and clean
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 29 Nov 2019 10:53:44 +0000 (11:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Nov 2019 15:05:06 +0000 (16:05 +0100)
commit56510a1989ae2e9ee42b51465feeeb405c426621
tree093c975b1a89803a4bf52f64daa941f4e667e051
parentc82fffd8681f033b64f382501138067f64640454
umount testdir recursively in check-* and clean

recursively unmount testdir before removing it. This prevents the subsequent
call to try to remove files in potentially still bindmounted /proc, /sys, /dev
filesystems.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Makefile