diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-22 22:18:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-22 22:18:21 +0000 |
commit | 8d98c29fdfbf076bf860a63ef6f79cfdcd419e9e (patch) | |
tree | 486e4b191c58351e90bbf0850e59f92957b695a7 /tests/rmdir | |
parent | 61bafd8cbe3527acd213969e5488149da56f12cf (diff) | |
download | coreutils-8d98c29fdfbf076bf860a63ef6f79cfdcd419e9e.tar.xz |
(TESTS): Add fail-perm.
Diffstat (limited to 'tests/rmdir')
-rw-r--r-- | tests/rmdir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am index 868ad0ca3..795cb1e7e 100644 --- a/tests/rmdir/Makefile.am +++ b/tests/rmdir/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = ignore t-slash +TESTS = fail-perm ignore t-slash EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |