commit | 3a15bc8adf3031b474a81e1c672c11817c8ee8f0 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Mar 02 01:13:47 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Mar 02 02:23:55 2015 +0000 |
tree | 6bf47edbc7a34c7574cd4127997a0ffd47c85203 | |
parent | a8dcf253fac7c951febc67c832a47e039d50aedc [diff] |
tests: fix uid tests on big endian architectures * tests/uid.c (main): Ignore uids returned by getresuid to avoid 16bit vs 32bit issues on big endian architectures. Change real UID instead of effective UID in setresuid test. * tests/uid16.c (main): Likewise. * tests/uid32.c (main): Change real UID instead of effective UID in setresuid test to match uid.c * tests/uid.awk: Update setresuid regexp. Reported-by: Mike Frysinger <vapier@gentoo.org>