Skip to content

Commit 17a35c2

Browse files
authored
Merge pull request #2823 from spevans/pr_sr_9930
2 parents e3d3c0f + b39cd03 commit 17a35c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/Foundation/Tests/TestProcess.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ class TestProcess : XCTestCase {
217217
let env = try parseEnv(output)
218218
XCTAssertGreaterThan(env.count, 0)
219219
} catch {
220-
// FIXME: SR-9930 parseEnv fails if an environment variable contains
221-
// a newline.
222-
// XCTFail("Test failed: \(error)")
220+
XCTFail("Test failed: \(error)")
223221
}
224222
}
225223

0 commit comments

Comments
 (0)