mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
64e78e4467
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
19 lines
233 B
Plaintext
19 lines
233 B
Plaintext
Files:
|
|
tests/test-access.c
|
|
tests/test-access.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
creat
|
|
root-uid
|
|
symlink
|
|
streq
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([geteuid])
|
|
|
|
Makefile.am:
|
|
TESTS += test-access
|
|
check_PROGRAMS += test-access
|