fix hpux rsync path

This commit is contained in:
Thomas Levine
2016-04-07 00:24:06 +00:00
parent 6744b2cb4a
commit 2cdd3ec049
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -1,2 +1,3 @@
#!/bin/sh
RSYNC_FLAGS='--rsync-path=/usr/local/bin/rsync'
. ./.run