gnu ls drops the link classifier during long-listing. uutils ls also drops the extra /. gnu clearly has an error but it is long-established behavior that it always appends / to directory symlinks.
/usr/bin/gnuls -lF . :
lrwxrwxrwx 1 xbmc users 19 Apr 27 10:26 test-videos -> /media/test-videos//
/usr/bin/ls -lF . :
lrwxrwxrwx 1 xbmc users 19 Apr 27 10:26 test-videos@ -> /media/test-videos/
gnu ls drops the link classifier during long-listing. uutils ls also drops the extra
/. gnu clearly has an error but it is long-established behavior that it always appends/to directory symlinks./usr/bin/gnuls -lF .:lrwxrwxrwx 1 xbmc users 19 Apr 27 10:26 test-videos -> /media/test-videos///usr/bin/ls -lF .:lrwxrwxrwx 1 xbmc users 19 Apr 27 10:26 test-videos@ -> /media/test-videos/