X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ddddf27b281eac49139e78f77225f0ce5b2ab0a9..c95da96a0c51c66c8cb2eff97b768a717d9e0c79:/test.sh diff --git a/test.sh b/test.sh index 2754dd67..51f73dfb 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh = +#!/bin/sh # # Copyright (C) 1998 Philip Hands @@ -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=07 ****" + echo "**** Skipping SSH tests because ssh is not in the path ****" echo "" fi checkforlogs ${LOG}.? -