X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c019068f06ca394532a7674aa50c165a0f2a0859..6aaf8d8c1041b524d985bf09b9a3f5e371cf8ac2:/runtests.sh diff --git a/runtests.sh b/runtests.sh index d3755aef..50f4c8bc 100755 --- a/runtests.sh +++ b/runtests.sh @@ -139,6 +139,16 @@ echo "$0 running in `pwd`" echo " rsync_bin=$rsync_bin" echo " srcdir=$srcdir" +if testuser=`whoami` +then + : +else + testuser='(unknown)' +fi + +echo " testuser=$testuser" +echo " os=`uname -a`" + if test ! -f $rsync_bin then echo "rsync_bin $rsync_bin is not a file" >&2