From: Jim Meyering Date: Mon, 30 Nov 1998 02:53:57 +0000 (+0000) Subject: (TESTS): Add hard-link-1. X-Git-Tag: FILEUTILS-4_1-b1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7cd44c64c18eb517104e340ecfd38a6c9d7fc45;p=thirdparty%2Fcoreutils.git (TESTS): Add hard-link-1. --- diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 3a5a9a7d36..ba00758a28 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 \