X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e8ca59014212d539dbddcdf6d0d320d70fc2857c..49374592254ece4c0e20128a55c3c43bd32438f6:/testsuite/hands.test diff --git a/testsuite/hands.test b/testsuite/hands.test index aeb208d3..fced34a9 100644 --- a/testsuite/hands.test +++ b/testsuite/hands.test @@ -16,26 +16,15 @@ runtest "basic operation" 'checkit "$RSYNC -av ${FROM}/ ${TO}" ${FROM}/ ${TO}' ln ${FROM}/filelist ${FROM}/dir runtest "hard links" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' -rm ${TO}/${F1} +rm ${TO}/text runtest "one file" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' -echo "extra line" >> ${TO}/${F1} +echo "extra line" >> ${TO}/text runtest "extra data" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' -cp ${FROM}/${F1} ${TO}/ThisShouldGo +cp ${FROM}/text ${TO}/ThisShouldGo runtest " --delete" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' -LONGDIR=${FROM}/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job/This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job -mkdir -p ${LONGDIR} -date > ${LONGDIR}/1 -ls -la / > ${LONGDIR}/2 -runtest "long paths" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' - -rm -rf ${TO} -mkdir -p ${FROM}2/dir/subdir -cp -a ${FROM}/dir/subdir/subsubdir ${FROM}2/dir/subdir -cp ${FROM}/dir/* ${FROM}2/dir || : -runtest "excludes" 'checkit "$RSYNC -vv -Hlrt --delete --include /dir/ --include /dir/\* --include /dir/\*/subsubdir --include /dir/\*/subsubdir/\*\* --exclude \*\* ${FROM}/dir ${TO}" ${FROM}2/ ${TO}' -rm -r ${FROM}2 - checkforlogs ${LOG}.? + +hands_cleanup \ No newline at end of file