fix(tests): Accept Perl 'Illegal division by zero' error in exec_sdk_inception

This commit is contained in:
russell@unturf.com 2026-01-17 18:24:46 -05:00
parent c8502316be
commit efde6f5dc5

View file

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