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
..
compare_file.pl
config_chroot-i386.list
config_chroot-powerpc.list
config.sh Work around git safe.directory enforcement 2022-04-25 10:52:29 -05:00
fopen_failure.c
link_failure.c Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
log.sh
Makefile Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
open_RDONLY_failure.c
open_RDWR_failure.c
rename_failure.c
rmdir_failure.c
time_0.c
time_past.c
unlink_failure.c
unlinkat_failure.c Add support for syscall failure tests 2014-09-21 00:17:25 +02:00