From 2a825723f1586aedd1d4666eab6da82f69754ffe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Dec 2002 19:28:22 +0000 Subject: whoops. Add -F --- tests/ls/follow-slink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink index 85d303a0c..57183864e 100755 --- a/tests/ls/follow-slink +++ b/tests/ls/follow-slink @@ -19,7 +19,7 @@ ln -s link link || framework_failure=1 # Make sure the symlink was created. # `ln -s link link' succeeds, but creates no file on # systems running some version of the DJGPP libc. -ls link || framework_failure=1 +ls -F link > /dev/null || framework_failure=1 if test $framework_failure = 1; then echo 'failure in testing framework' -- cgit v1.2.3-70-g09d2