diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-21 14:32:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-21 14:32:20 +0000 |
commit | 19000dd0f1c30bbdb939d5728f6e2d3bfa098c12 (patch) | |
tree | 639be0f862d3096b6d88740c14f8e0e51039c4a4 /tests/rm | |
parent | b3d364fc9d97caad0384a47546f2d9b7fbbcf2e8 (diff) | |
download | coreutils-19000dd0f1c30bbdb939d5728f6e2d3bfa098c12.tar.xz |
(TESTS): Add inaccessible.
Diffstat (limited to 'tests/rm')
-rw-r--r-- | tests/rm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index bca184cf1..ced0f9648 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ + inaccessible \ unread3 \ no-give-up \ dir-no-w \ |