diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls/follow-slink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/follow-slink b/tests/ls/follow-slink index 57183864e..05d522718 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 |