X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d3394de178f37916581d36819f728017bb788710..e1b3d5c4be46ee0b17a98aa48cb7cb152c4a008b:/test.sh diff --git a/test.sh b/test.sh index 73dde037..51f73dfb 100755 --- a/test.sh +++ b/test.sh @@ -10,6 +10,14 @@ # # +cat < ${LONGDIR}/1 +ls -la / > ${LONGDIR}/2 +checkit "rsync --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO} \ + 6 "long paths" + if type ssh >/dev/null ; then rm -rf ${TO} checkit "rsync -avH -e ssh ${FROM}/ localhost:${TO}" ${FROM}/ ${TO} \ - 6 "ssh: basic test" + 7 "ssh: basic test" mv ${TO}/${F1} ${TO}/ThisShouldGo checkit "rsync --delete -avH -e ssh ${FROM}/ localhost:${TO}" ${FROM}/ ${TO}\ - 7 "ssh: renamed file" + 8 "ssh: renamed file" else echo "" echo "**** Skipping SSH tests because ssh is not in the path ****" @@ -113,4 +128,3 @@ else fi checkforlogs ${LOG}.? -