From: Jim Meyering Date: Sat, 27 Jun 1998 20:35:16 +0000 (+0000) Subject: (TESTS): Add same-file. X-Git-Tag: FILEUTILS-3_16q~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07507c07daacc732f9d10c31d3f10788f9827d3e;p=thirdparty%2Fcoreutils.git (TESTS): Add same-file. --- diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index 4fc0e33d82..b003362e9b 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,6 +1,8 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src +TESTS = \ + backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \ + same-file EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm