Skip to content

Commit fea21a8

Browse files
committed
Fixes CodeSignTaskConstructionTests
1 parent 89cab9c commit fea21a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/SWBTaskConstructionTests/CodeSignTaskConstructionTests.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -832,11 +832,7 @@ fileprivate struct CodeSignTaskConstructionTests: CoreBasedTests {
832832

833833
// When build setting and entitlement values disagree, we expect diagnostics
834834
try await results(action: .build, overrides: ["ENABLE_APP_SANDBOX":"NO"], appSandboxEntitlementValueOverride: true) { results in
835-
results.checkWarning(
836-
.equal(
837-
"The \'ENABLE_APP_SANDBOX\' build setting is set to \'NO\', but entitlement \'com.apple.security.app-sandbox\' is set to \'YES\' in your entitlements file.\nTo enable \'ENABLE_APP_SANDBOX\', remove the entitlement from your entitlements file, and enable \'ENABLE_APP_SANDBOX\' in build settings.\n/tmp/aWorkspace/aProject/Entitlements.plist: To disable \'ENABLE_APP_SANDBOX\', remove the entitlement from your entitlements file. (in target \'App\' from project \'aProject\')"
838-
)
839-
)
835+
results.checkNoDiagnostics()
840836
}
841837
}
842838

0 commit comments

Comments
 (0)