From: Zbigniew Jędrzejewski-Szmek Date: Tue, 31 Mar 2020 09:46:00 +0000 (+0200) Subject: test: run loop device cleanup in more cases X-Git-Tag: v246-rc1~601^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e5b51d94a1c87bd3decf0fa1e557f60a9b52017;p=thirdparty%2Fsystemd.git test: run loop device cleanup in more cases --- diff --git a/test/test-functions b/test/test-functions index 3f5d8df9667..d2c75f51ae7 100644 --- a/test/test-functions +++ b/test/test-functions @@ -675,7 +675,7 @@ cleanup_loopdev() { fi } -trap cleanup_loopdev EXIT +trap cleanup_loopdev EXIT INT QUIT PIPE create_empty_image() { if [ -z "$IMAGE_NAME" ]; then