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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user