From: Jim Meyering Date: Wed, 4 Dec 2002 19:33:57 +0000 (+0000) Subject: update comment X-Git-Tag: v4.5.4~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada9db6db9e94b9b0afc3a1f1636c7ca461c9b1e;p=thirdparty%2Fcoreutils.git update comment --- diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink index 57183864e4..05d5227181 100755 --- a/tests/ls/follow-slink +++ b/tests/ls/follow-slink @@ -18,7 +18,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. +# systems running some DJGPP-2.03 libc. ls -F link > /dev/null || framework_failure=1 if test $framework_failure = 1; then