]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Oct 2001 21:42:16 +0000 (21:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Oct 2001 21:42:16 +0000 (21:42 +0000)
tests/cp/Makefile.in
tests/ls/Makefile.in

index 9ea6fd24e56dc3fc90084874ae5fd5ce0ab9797d..abca36790c2c19db0ba3e5a3b69b39a8be47cd55 100644 (file)
@@ -115,6 +115,7 @@ install_sh = @install_sh@
 AUTOMAKE_OPTIONS = 1.1 gnits
 
 TESTS = \
+  link-preserve \
   backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
   same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
   perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink \
index 8079992ccf39b870efbe3cf551d531f5d98248d6..44381b8206110bb968c39971168e4994cdb04a91 100644 (file)
@@ -114,7 +114,12 @@ install_sh = @install_sh@
 
 AUTOMAKE_OPTIONS = 1.2 gnits
 
-TESTS = rt-1 time-1 symlink-slash follow-slink no-arg
+TESTS = infloop rt-1 time-1 symlink-slash follow-slink no-arg
+
+# This test is expected to fail.
+# ls should be fixed soon;  then we'll remove this line.
+XFAIL_TESTS = infloop
+
 EXTRA_DIST = $(TESTS)
 TESTS_ENVIRONMENT = \
   top_srcdir=$(top_srcdir) \