]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Shell scripts should explicitly "exit 0" for portability. Thanks Jos.
authorMartin Pool <mbp@samba.org>
Tue, 26 Mar 2002 10:36:45 +0000 (10:36 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 26 Mar 2002 10:36:45 +0000 (10:36 +0000)
testsuite/hands.test

index 4705641c284e5525886bdc3590bf5bb525b91402..89dd4b824613ca030e4dd657e3175a5421866299 100644 (file)
@@ -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