diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-23 22:02:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-23 22:02:26 +0000 |
commit | a8c942e915fae59c00945dbeaa3f5a5056e725fc (patch) | |
tree | 1fdfbc21cc4ad5df4a63c4814399817236a86c7e /tests/du | |
parent | c50b02c8526a262b7850050cd319ae8e30e77d0d (diff) | |
download | coreutils-a8c942e915fae59c00945dbeaa3f5a5056e725fc.tar.xz |
(TESTS): Add deref-args.
Diffstat (limited to 'tests/du')
-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 fdb1e4f2b..77d28c881 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + deref-args \ slash \ fd-leak \ hard-link 8gb basic restore-wd \ |