We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4885d commit 64789e2Copy full SHA for 64789e2
Sources/Testing/ExitTests/ExitTest.swift
@@ -526,7 +526,7 @@ extension ExitTest {
526
527
// Erase the environment variable so that it cannot accidentally be opened
528
// twice (nor, in theory, affect the code of the exit test.)
529
- Environment.setVariable(nil, named: "SWT_EXPERIMENTAL_BACKCHANNEL")
+ Environment.setVariable(nil, named: name)
530
531
var fd: CInt?
532
#if SWT_TARGET_OS_APPLE || os(Linux) || os(FreeBSD) || os(OpenBSD)
0 commit comments