diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-21 10:39:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-21 10:39:15 +0000 |
commit | 2168e06a9d21a04ca0fa32d3840ded5d8eea5439 (patch) | |
tree | f8d2b4ac6c01a6a08502e7d25539cd087933d8c8 /tests | |
parent | 0492f5ec4a910023baa3635aae2549c5b90a1e30 (diff) | |
download | coreutils-2168e06a9d21a04ca0fa32d3840ded5d8eea5439.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.in | 1 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 3a32e7232..7cf122927 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -271,6 +271,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = \ + leak-fd \ part-hardlink \ hard-4 \ hard-3 \ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 827b72a93..e1877c0b4 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -271,6 +271,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.1 gnits TESTS = \ + dot-rel \ inaccessible \ unread3 \ no-give-up \ |