diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-21 18:45:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-21 18:45:17 +0000 |
commit | 865123bcc5c487c896cf71c161e0591d122cdad4 (patch) | |
tree | c3e43c4e6429b168ee8156355706fc1812ccb465 | |
parent | c16e974f6412abf4b1e1c2ec7ab0742159693f08 (diff) | |
download | coreutils-865123bcc5c487c896cf71c161e0591d122cdad4.tar.xz |
(TESTS): Add files0-from.
-rw-r--r-- | tests/du/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 5fe0502fd..a69378910 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + files0-from \ inaccessible-cwd \ deref-args \ slash \ |