From: Martin Pool Date: Tue, 26 Mar 2002 10:36:45 +0000 (+0000) Subject: Shell scripts should explicitly "exit 0" for portability. Thanks Jos. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/68618b8810cae27eba15ab093b2e98d538a287fb Shell scripts should explicitly "exit 0" for portability. Thanks Jos. --- diff --git a/testsuite/hands.test b/testsuite/hands.test index 4705641c..89dd4b82 100644 --- a/testsuite/hands.test +++ b/testsuite/hands.test @@ -24,3 +24,5 @@ runtest "extra data" 'checkit "$RSYNC -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' cp ${FROM}/text ${TO}/ThisShouldGo runtest " --delete" 'checkit "$RSYNC --delete -avH ${FROM}/ ${TO}" ${FROM}/ ${TO}' + +exit 0