1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-11 19:41:13 +02:00

whoops. Add -F

This commit is contained in:
Jim Meyering
2002-12-04 19:28:22 +00:00
parent 7c42947dc5
commit 2a825723f1
+1 -1
View File
@@ -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'