Skip to content

Commit 64789e2

Browse files
committed
Fix typo in #1040
1 parent 4e4885d commit 64789e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ExitTests/ExitTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ extension ExitTest {
526526

527527
// Erase the environment variable so that it cannot accidentally be opened
528528
// twice (nor, in theory, affect the code of the exit test.)
529-
Environment.setVariable(nil, named: "SWT_EXPERIMENTAL_BACKCHANNEL")
529+
Environment.setVariable(nil, named: name)
530530

531531
var fd: CInt?
532532
#if SWT_TARGET_OS_APPLE || os(Linux) || os(FreeBSD) || os(OpenBSD)

0 commit comments

Comments
 (0)