From 2cdd3ec04914af277ebc76a84bedf908fffeb68e Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 7 Apr 2016 00:24:06 +0000 Subject: [PATCH] fix hpux rsync path --- cross-os-tests/.run | 2 +- cross-os-tests/tlevine@hpux.polarhome.com -p 785 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cross-os-tests/.run b/cross-os-tests/.run index d1e15e5..9ce0c0b 100755 --- a/cross-os-tests/.run +++ b/cross-os-tests/.run @@ -7,7 +7,7 @@ fi urchin_dir=.urchin-cross-shell-test -rsync --archive -e "ssh ${flags}" \ +rsync --archive -e "ssh ${flags}" $RSYNC_FLAGS \ ../urchin ../tests "${hostname}":"${urchin_dir}" ssh "${hostname}" ${flags} \ "cd ${urchin_dir} && ./urchin --run-in-series tests" diff --git a/cross-os-tests/tlevine@hpux.polarhome.com -p 785 b/cross-os-tests/tlevine@hpux.polarhome.com -p 785 index effdddd..33e2dc4 100755 --- a/cross-os-tests/tlevine@hpux.polarhome.com -p 785 +++ b/cross-os-tests/tlevine@hpux.polarhome.com -p 785 @@ -1,2 +1,3 @@ #!/bin/sh +RSYNC_FLAGS='--rsync-path=/usr/local/bin/rsync' . ./.run