summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-22 05:52:09 +0000
committerMartin Pool <mbp@samba.org>2002-03-22 05:52:09 +0000
commit017f22b47fbb09f3efd5f3c87ce97f54030f4ed3 (patch)
tree2063008985e33926acba054bbd0981b46aacd1c7 /runtests.sh
parentdec41b556bf900e8f24e726a93a534371a007a54 (diff)
downloadrsync-017f22b47fbb09f3efd5f3c87ce97f54030f4ed3.tar.gz
Add /usr/xpg4/bin/ to PATH to help solaris.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
index 397e1a01..9f324486 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -125,6 +125,9 @@ set -e
RUNSHFLAGS='-e'
+# for Solaris
+PATH="/usr/xpg4/bin/:$PATH"
+
if [ -n "$loglevel" ] && [ "$loglevel" -gt 8 ]
then
if set -x