.
authorJim Meyering <jim@meyering.net>
Mon, 20 Jul 1998 03:58:24 +0000 (03:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Jul 1998 03:58:24 +0000 (03:58 +0000)
lib/Makefile.in
tests/mv/Makefile.in

index 76e1145..d80b432 100644 (file)
@@ -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
index f26c09e..c2d4ccb 100644 (file)
@@ -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 \