summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-04 19:28:22 +0000
committerJim Meyering <jim@meyering.net>2002-12-04 19:28:22 +0000
commit2a825723f1586aedd1d4666eab6da82f69754ffe (patch)
treed5162fd675dfd5c8ad3fa89f3ab7e928c82dc355 /tests
parent7c42947dc5e250215a0dfae5537e087e17626abc (diff)
downloadcoreutils-2a825723f1586aedd1d4666eab6da82f69754ffe.tar.xz
whoops. Add -F
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ls/follow-slink2
1 files changed, 1 insertions, 1 deletions
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'