]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. Add -F
authorJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 19:28:22 +0000 (19:28 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Dec 2002 19:28:22 +0000 (19:28 +0000)
tests/ls/follow-slink

index 85d303a0c7e3eff77f8b0c77d22d43ad8d91f14a..57183864e447df96cfd6a23cfc4eaec80eef4012 100755 (executable)
@@ -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'