X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1e678fcab161730cfbd92b5760bd7df285ef31cc..ade7292aeea55eb7e9d59fe36cdba85ae020782f:/testsuite/longdir.test diff --git a/testsuite/longdir.test b/testsuite/longdir.test index b48a09e2..e54c1c08 100644 --- a/testsuite/longdir.test +++ b/testsuite/longdir.test @@ -19,3 +19,6 @@ touch $LONGDIR/1 || test_skipped "unable to create files in long directory" date > ${LONGDIR}/1 ls -la / > ${LONGDIR}/2 checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO} + +# The script would have aborted on error, so getting here means we've won. +exit 0