test: disable global variable check for "test-repl-options.js"
Previously, the "global" mode of REPLs was broken when created after another non-global REPL (they would end up sharing the same context). Now that "global" mode is fixed for that case (b1e78cef), this test case gets its global scope modified with "module" and other REPL-specific properties, so disable the global check.
parent
1205734e
Please register or sign in to comment