From f7d6ece6e45c38f2481a9bd3d9591a6b9404b5e3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 20 Jul 1998 03:58:24 +0000 Subject: [PATCH] . --- lib/Makefile.in | 2 +- tests/mv/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 76e1145..d80b432 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -109,7 +109,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ -getdate.h getline.h getopt.h group-member.h human.h long-options.h \ +getdate.h getline.h getopt.h group-member.h human.h lchown.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index f26c09e..c2d4ccb 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -92,10 +92,11 @@ l = @l@ 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 \ -- 2.7.4