Add /usr/xpg4/bin/ to PATH to help solaris.
authorMartin Pool <mbp@samba.org>
Fri, 22 Mar 2002 05:52:09 +0000 (05:52 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 22 Mar 2002 05:52:09 +0000 (05:52 +0000)
runtests.sh

index 397e1a0..9f32448 100755 (executable)
@@ -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