blob: 254fd3a161aedf66c91d6c736262ef1f94c0bb01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Status:
privileged-test
Notice:
The 'idpriv-droptemp-tests' module asks the user for the root password. It is
therefore not suitable for all environments. To disable it, pass option
'--avoid=idpriv-droptemp-tests' to gnulib-tool.
Files:
tests/test-idpriv-droptemp.sh
tests/test-idpriv-droptemp.su.sh
tests/test-idpriv-droptemp.c
tests/macros.h
Depends-on:
stdbool
configure.ac:
Makefile.am:
TESTS += test-idpriv-droptemp.sh
check_PROGRAMS += test-idpriv-droptemp
|