From: Martin Pool Date: Fri, 15 Mar 2002 06:28:58 +0000 (+0000) Subject: On Solaris, put /usr/ucb/bin at the end of the path to help find X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2094283b80456181d66db5761e89a03f81d50555 On Solaris, put /usr/ucb/bin at the end of the path to help find utilities we might need. (Like 'whoami' in this case.) --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index f9660d62..5ded9193 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -24,6 +24,9 @@ TO=${TMP}/to LOG=${TMP}/log RSYNC="$rsync_bin" +# Berkley's nice. +PATH="$PATH:/usr/ucb/bin" + runtest() { echo $ECHO_N "Test $1: $ECHO_C" if eval "$2"