TEST-10-MOUNT: make cleanup function run on error

This commit is contained in:
Yu Watanabe
2025-07-25 01:17:44 +09:00
parent 8002f0cf27
commit 1edc81aa13

View File

@@ -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}"