From: Jim Meyering Date: Mon, 11 May 1998 03:47:24 +0000 (+0000) Subject: (TESTS): Add backup-is-src. X-Git-Tag: FILEUTILS-3_16o~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ab6a541a8c8d826ff7c85c26f579f86d455c1e;p=thirdparty%2Fcoreutils.git (TESTS): Add backup-is-src. --- diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index cb045928cb..4fc0e33d82 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,6 +1,6 @@ ## 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 +TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = CP=../../src/cp +TESTS_ENVIRONMENT = CP=../../src/cp RM=../../src/rm