diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-26 07:32:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-26 07:32:08 +0000 |
commit | e3ce1ce8f77c20aa55678ae11a783e765bf2f21c (patch) | |
tree | 85dc5b61a71f89b558d6f798f513253b51eeccab /tests/touch | |
parent | 8507dc0375053877c08541d036de3319bd8cff1c (diff) | |
download | coreutils-e3ce1ce8f77c20aa55678ae11a783e765bf2f21c.tar.xz |
(TESTS): Add read-only.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 5e520f2ad..ee84a320d 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = \ + read-only \ relative \ not-owner \ no-create-missing \ |