diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-08 09:56:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-08 09:56:14 +0000 |
commit | 72dc1cec943716f7e2c9dc5132f0cb0c6ae1f315 (patch) | |
tree | b51ef325bdf7a58f73b0aa1f9364df04efee42b0 /tests | |
parent | d53c43f440882a09aa129581a44d75bf478037f1 (diff) | |
download | coreutils-72dc1cec943716f7e2c9dc5132f0cb0c6ae1f315.tar.xz |
(TESTS): Add hard-link.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index abca5da41..62f605f0b 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ - 8gb basic restore-wd \ + hard-link 8gb basic restore-wd \ exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |