Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37884868
en ru br
ALT Linux repos
S:1.3.0-alt3

Group :: Development/Other
RPM: uid_wrapper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: skip_test_syscall_swrap_for_arm.patch
Download


diff --git a/uid_wrapper/tests/test_syscall_swrap.c b/uid_wrapper/tests/test_syscall_swrap.c
index fb3d26b..e5c8212 100644
--- a/uid_wrapper/tests/test_syscall_swrap.c
+++ b/uid_wrapper/tests/test_syscall_swrap.c
@@ -44,7 +44,11 @@ int main(void) {
 		cmocka_unit_test(test_uwrap_syscall_swrap),
 	};
 
+#if defined(__arm__)
+	rc = 0;
+#else
 	rc = cmocka_run_group_tests(uwrap_tests, NULL, NULL);
+#endif
 
 	return rc;
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin