From: Jim Meyering Date: Sat, 18 Jul 1998 13:16:43 +0000 (+0000) Subject: (TESTS): Add into-self-2. X-Git-Tag: FILEUTILS-3_16s~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd7deb235900838c41c960b314198314cf50c0e;p=thirdparty%2Fcoreutils.git (TESTS): Add into-self-2. --- diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index bc4b77adfe..c9cb5f41ae 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,10 +1,11 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self backup-is-src +TESTS = mv-special-1 into-self into-self-2 backup-is-src EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ + LN=../../src/ln \ LS=../../src/ls \ MKDIR=../../src/mkdir \ MKNOD=../../src/mknod \