shadow/tests/common
Serge Hallyn 5a7ed86fba Work around git safe.directory enforcement
Git wants to ensure that you do not read .git owned by other users.
But we fetch+build as 'build' user, and run tests as root user.  Those
tests calculate git topdir using git rev-parse --show-toplevel, which
git now fails.

Setting safe.directory, seems wrong.  Let's just use bash to figure
out the top dir.
2022-04-25 10:52:29 -05:00
..
Makefile Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
compare_file.pl Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
config.sh Work around git safe.directory enforcement 2022-04-25 10:52:29 -05:00
config_chroot-i386.list Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
config_chroot-powerpc.list Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
fopen_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
link_failure.c Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
log.sh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
open_RDONLY_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
open_RDWR_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
rename_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
rmdir_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
time_0.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
time_past.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
unlink_failure.c Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
unlinkat_failure.c Add support for syscall failure tests 2014-09-21 00:17:25 +02:00