From a5547a2fa0f9277b3a4276b032d892b13131b68b Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Mon, 29 May 2023 10:06:03 +0200 Subject: [PATCH] vmware: fix typo in cleanup call --- test/cases/vmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/vmware.sh b/test/cases/vmware.sh index ed7c97c11..f1226cf2c 100755 --- a/test/cases/vmware.sh +++ b/test/cases/vmware.sh @@ -69,7 +69,7 @@ function cleanup() { set -eu } -trap cleanups EXIT +trap cleanup EXIT # Check that the system started and is running correctly