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-Tag: v2.5.5~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68618b8810cae27eba15ab093b2e98d538a287fb;p=thirdparty%2Frsync.git 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