From: Martin Pool Date: Fri, 15 Mar 2002 01:22:09 +0000 (+0000) Subject: Try to handle 'test -L' on Sun. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4c631ac621e34e712f25045bd721876c173e6709 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)