diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-13 21:42:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-13 21:42:16 +0000 |
commit | e3eb136b933f2494eeddc2914fab6856a34a38ee (patch) | |
tree | a20bef3acfbbb7f8913e6bee64e33d7399da178f /tests/ls | |
parent | a810608d0d96103a51b508af2b3452b399351e63 (diff) | |
download | coreutils-e3eb136b933f2494eeddc2914fab6856a34a38ee.tar.xz |
.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 8079992cc..44381b820 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -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) \ |