summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-20 03:58:24 +0000
committerJim Meyering <jim@meyering.net>1998-07-20 03:58:24 +0000
commitf7d6ece6e45c38f2481a9bd3d9591a6b9404b5e3 (patch)
tree8d51cff4b34aa72d2db51a2c5d8f8dfc39713854
parent90a63a16ec366b32a248f1d797502d783016cc32 (diff)
downloadcoreutils-f7d6ece6e45c38f2481a9bd3d9591a6b9404b5e3.tar.xz
.
-rw-r--r--lib/Makefile.in2
-rw-r--r--tests/mv/Makefile.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 76e1145e1..d80b432fb 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 f26c09ea3..c2d4ccbb0 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 \