From 2094283b80456181d66db5761e89a03f81d50555 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 15 Mar 2002 06:28:58 +0000 Subject: [PATCH] On Solaris, put /usr/ucb/bin at the end of the path to help find utilities we might need. (Like 'whoami' in this case.) --- testsuite/rsync.fns | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.34.1