diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-13 13:27:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-13 13:27:25 +0000 |
commit | 97523193b792e347d7c801d8332c96ae08608480 (patch) | |
tree | 0dcfcc3669a8eecb36a6248ca54a470e3710ddd4 /tests/touch | |
parent | 4f06def5c06d3c10577e35a60e67acada949c3ea (diff) | |
download | coreutils-97523193b792e347d7c801d8332c96ae08608480.tar.xz |
(TESTS): Add no-rights.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index ed19843df..60a478764 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = empty-file dir-1 dangling-symlink +TESTS = empty-file dir-1 dangling-symlink no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH |