diff options
author | Jim Meyering <jim@meyering.net> | 1998-11-30 02:53:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-11-30 02:53:57 +0000 |
commit | f7cd44c64c18eb517104e340ecfd38a6c9d7fc45 (patch) | |
tree | c5a9e19879ca10d58edb44ee281d3b6e6145fec2 /tests | |
parent | 32df3704e41fac85df7e7054678d14d94f4cb153 (diff) | |
download | coreutils-f7cd44c64c18eb517104e340ecfd38a6c9d7fc45.tar.xz |
(TESTS): Add hard-link-1.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 3a5a9a7d3..ba00758a2 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src i-1 +TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ + i-1 hard-link-1 + EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ |