diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-11 18:03:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-11 18:03:52 +0000 |
commit | f00751ef1954ec34c0013566a3c8d12062b4ec7a (patch) | |
tree | a24dff32833f3a4df0c64b67be0a346cccc2dcfe /tests | |
parent | be39ded88973955b01c147fa053f26632de9556c (diff) | |
download | coreutils-f00751ef1954ec34c0013566a3c8d12062b4ec7a.tar.xz |
(TESTS): Add empty-inacc.
Diffstat (limited to 'tests')
-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 0d6df44bd..60fd494fe 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ + empty-inacc \ dir-nonrecur \ dot-rel \ inaccessible \ |