]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS): Add infloop.
authorJim Meyering <jim@meyering.net>
Fri, 12 Oct 2001 07:03:04 +0000 (07:03 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Oct 2001 07:03:04 +0000 (07:03 +0000)
(XFAIL_TESTS): Mark it as a test that we expect to fail (temporarily).

tests/ls/Makefile.am

index 0a16c91f401f4cce89c89eea96df744efe61133b..3a4987227d24c4b0eaa79cf6a92d1f1ca0130cd0 100644 (file)
@@ -2,7 +2,12 @@
 
 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) \