summaryrefslogtreecommitdiff
path: root/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'hostsidetests/security/src/android/security/cts/SELinuxHostTest.java')
-rw-r--r--hostsidetests/security/src/android/security/cts/SELinuxHostTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
index 573035c2de3..13ade8b0585 100644
--- a/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
+++ b/hostsidetests/security/src/android/security/cts/SELinuxHostTest.java
@@ -1367,7 +1367,7 @@ public class SELinuxHostTest extends BaseHostJUnit4Test {
@CddTest(requirement="9.7")
@Test
public void testDrmServerDomain() throws DeviceNotAvailableException {
- assertDomainN("u:r:drmserver:s0", "/system/bin/drmserver", "/system/bin/drmserver64");
+ assertDomainHasExecutable("u:r:drmserver:s0", "/system/bin/drmserver", "/system/bin/drmserver64");
}
/* Installd is always running */