1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-01 18:43:55 +02:00
Files
coreutils/tests/chmod/Makefile.am
Bob Proulx e70487cda7 Add a test: demonstrate that chmod ignores a dangling symlink
* tests/chmod/thru-dangling: New test.  Fails.
* tests/chmod/Makefile.am (TESTS): Add thru-dangling.
2007-09-07 10:31:14 +02:00

18 lines
363 B
Makefile

## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
thru-dangling \
inaccessible \
c-option \
equal-x \
equals \
no-x \
octal \
setgid \
umask-x \
usage
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"