mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
24 lines
444 B
Plaintext
24 lines
444 B
Plaintext
Status:
|
|
privileged-test
|
|
|
|
Notice:
|
|
The 'idpriv-drop-tests' module asks the user for the root password. It is
|
|
therefore not suitable for all environments. To disable it, pass option
|
|
'--avoid=idpriv-drop-tests' to gnulib-tool.
|
|
|
|
Files:
|
|
tests/test-idpriv-drop.sh
|
|
tests/test-idpriv-drop.su.sh
|
|
tests/test-idpriv-drop.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
bool
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-idpriv-drop.sh
|
|
check_PROGRAMS += test-idpriv-drop
|