From: Martin Pool Date: Fri, 15 Mar 2002 01:22:09 +0000 (+0000) Subject: Try to handle 'test -L' on Sun. X-Git-Tag: v2.5.5.rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c631ac621e34e712f25045bd721876c173e6709;p=thirdparty%2Frsync.git Try to handle 'test -L' on Sun. --- diff --git a/NEWS b/NEWS index 538a8d42..a17b617f 100644 --- a/NEWS +++ b/NEWS @@ -3,3 +3,7 @@ rsync changes since last release ENHANCEMENTS: * "make install-strip" works. (Greg Louis) + + BUG FIXES: + + * Fix test suite on Solaris. (Jos Backus)