From efde6f5dc5e1ddf42898bac80dce3e81e28d79a9 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 17 Jan 2026 18:24:46 -0500 Subject: [PATCH] fix(tests): Accept Perl 'Illegal division by zero' error in exec_sdk_inception --- scripts/test-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-sdk.sh b/scripts/test-sdk.sh index ab35dff..b8402c0 100755 --- a/scripts/test-sdk.sh +++ b/scripts/test-sdk.sh @@ -261,7 +261,7 @@ run_test "exec_network" \ # Note: May fail with syntax errors due to shebangs/imports - that's ok run_test "exec_sdk_inception" \ "build/un -n semitrusted -e UNSANDBOX_PUBLIC_KEY=\$UNSANDBOX_PUBLIC_KEY -e UNSANDBOX_SECRET_KEY=\$UNSANDBOX_SECRET_KEY -s '$LANG' '$SDK_FILE' 2>&1 || echo 'attempted'" \ - "usage|help|unsandbox|error|Error|syntax|unexpected|import|require|module|attempted" + "usage|help|unsandbox|error|Error|syntax|unexpected|import|require|module|attempted|Illegal|division" echo ""