On Solaris, put /usr/ucb/bin at the end of the path to help find
authorMartin Pool <mbp@samba.org>
Fri, 15 Mar 2002 06:28:58 +0000 (06:28 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 15 Mar 2002 06:28:58 +0000 (06:28 +0000)
utilities we might need.  (Like 'whoami' in this case.)

testsuite/rsync.fns

index f9660d6..5ded919 100644 (file)
@@ -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"