Skip to content

Commit 891f825

Browse files
committed
Fix: Call error-resistant cleanup on EXIT
1 parent 5325da5 commit 891f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ trap quit EXIT
6565
trap term TERM INT QUIT
6666

6767
# Trap for cleanup on exit
68-
trap _cleanup EXIT
68+
trap cleanup EXIT
6969

7070
# Clean up after any unclean exits
7171
cleanup

0 commit comments

Comments
 (0)