In r256471, support for per-test timeouts was added, which changed executeScript and executeScriptInternal to return four parameters instead of three. This change is causing scripting in the test-suite to raise an exception when it didn't accept the correct returns. This patch modifies lit.cfg to unpack the four values, though nothing is done with the timeout info, to fix the exception.
Chad