From: Jim Meyering Date: Wed, 4 Dec 2002 19:28:22 +0000 (+0000) Subject: whoops. Add -F X-Git-Tag: v4.5.4~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a825723f1586aedd1d4666eab6da82f69754ffe;p=thirdparty%2Fcoreutils.git whoops. Add -F --- diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink index 85d303a0c7..57183864e4 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'