diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-20 08:59:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-20 08:59:17 +0000 |
commit | 17170ddcb39b2497c2d597abe27371b8aaad2dca (patch) | |
tree | 939bb6686909babb43d2ce598caab494f7a551dc /tests/rmdir | |
parent | 9fd07809b69c5c3e0cffaa63ff7f2847572d6a97 (diff) | |
download | coreutils-17170ddcb39b2497c2d597abe27371b8aaad2dca.tar.xz |
(TESTS): Add t-slash.
Diffstat (limited to 'tests/rmdir')
-rw-r--r-- | tests/rmdir/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am index fa6379807..c34fa4e26 100644 --- a/tests/rmdir/Makefile.am +++ b/tests/rmdir/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = ignore +TESTS = ignore t-slash + EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ |