[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Aug 6 04:28:49 MDT 2014


The branch, master has been updated
       via  1122f2a tests: Remove test with legacy "access" system call.
      from  05893df Bump version to 1.0.2.

http://gitweb.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1122f2a1046892100e9157fbfc91178685127a89
Author: Marcin Juszkiewicz <mjuszkiewicz at redhat.com>
Date:   Mon Aug 4 11:56:50 2014 +0200

    tests: Remove test with legacy "access" system call.
    
    AArch64 architecture does not implement legacy system calls and as a
    result SYS_access is not defined (as it got replaced with "accessat"
    syscall).
    
    Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz at redhat.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 tests/testsuite.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/testsuite.c b/tests/testsuite.c
index 828cb42..c88b051 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -195,12 +195,6 @@ static void test_uwrap_syscall(void **state)
 	rc = syscall(SYS_getpid);
 	assert_int_equal(rc, getpid());
 
-	rc = access(".", R_OK);
-	assert_int_equal(rc, 0);
-
-	rc = syscall(SYS_access, ".", R_OK);
-	assert_int_equal(rc, 0);
-
 	ZERO_STRUCT(tv1);
 	ZERO_STRUCT(tv2);
 	ZERO_STRUCT(tz1);


-- 
UID Wrapper Repository


More information about the samba-cvs mailing list