mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
TEST-10-MOUNT: make cleanup function run on error
This commit is contained in:
@@ -128,7 +128,7 @@ testcase_dependencies() {
|
||||
return
|
||||
fi
|
||||
|
||||
trap teardown_test_dependencies RETURN
|
||||
trap teardown_test_dependencies RETURN EXIT ERR INT TERM
|
||||
|
||||
setup_loop 0
|
||||
LOOP_0="${LOOP}"
|
||||
|
||||
Reference in New Issue
Block a user