diff options
Diffstat (limited to 'tests/mv/Makefile.in')
-rw-r--r-- | tests/mv/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index c54a43004..a48e2a484 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -88,7 +88,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -114,7 +116,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ +TESTS = i-2 mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ i-1 hard-link-1 force partition-perm to-symlink dir-file |